Html Css Color HEX #0DC359 Malachite

📋 copy color: '#0DC359'

red 13 ◦ green 195 ◦ blue 89

#0DC359
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #0DC359

Tints of Malachite #0DC359

RGB

 RED value IS 13 (5.47% from 255) = 4.38%

 GREEN value IS 195 (76.56% from 255) = 65.66%

 BLUE value IS 89 (35.16% from 255) = 29.97%

R = 4.38%
G = 65.66%
B = 29.97%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.54

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0DC359 (or 0x0DC359) is known color: Malachite. HEX triplet: 0D, C3 and 59. RGB value is (13,195,89). Sum of RGB (Red+Green+Blue) = 13+195+89=297 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.38% from 297); Green value is 195 (76.56% from 255 or 65.66% from 297); Blue value is 89 (35.16% from 255 or 29.97% from 297); Max value from RGB is 195 - color contains mainly: green. Hex color #0DC359 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC359 is #F23CA6. Grayscale: #808080. Windows color (decimal): -15875239 or 5882637. OLE color: 5882637.

HSL color Cylindrical-coordinate representation of color #0DC359: hue angle of 145.05º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC359 is Cyan = 0.93, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB 13 195 89 -
CMYK 0.93 0 0.54 0.24
HSL 145.05º 0.88% 0.41% -
HSV(B) 145.05º 0.93% 0.76% -
XYZ 21.48 39.84 16.01 -
YUV 128.5 105.7 45.62 -
System Red Green Blue C M Y K H S L
Decimal 13 195 89 0.93 0 0.54 0.24 145.05 0.88 0.41
Hex D C3 59 5D 0 36 18 91 58 29
Octal 15 303 131 135 0 66 30 221 130 51
Binary 1101 11000011 1011001 1011101 0 110110 11000 10010001 1011000 101001

Color Harmonies of #0DC359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC359

Black with #0DC359

Text Example


Text Example

White with #0DC359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0DC359; }

 p { color: rgb(13,195,89); }

 H1.HeaderClassName
 {
   color: #0DC359;
 }
 .AnyTagClassName
 {
   color: #0DC359;
 }
</style>

background-color css

<style>
 a { background-color: #0DC359; }

 a { background-color: rgb(13,195,89); }

 div.DivClassName
 {
   background-color: #0DC359;
 }
 .BgClassName
 {
   background-color: #0DC359;
 }
</style>

border-color css

<style>
 span { border-color: #0DC359; }

 span { border-color: rgb(13,195,89); }

 td.TdClassName
 {
   border-color: #0DC359;
 }
 .TagClassName
 {
   border-color: #0DC359;
 }
</style>