Html Css Color HEX #08D049 Malachite

📋 copy color: '#08D049'

red 8 ◦ green 208 ◦ blue 73

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

Shades of Malachite #08D049

Tints of Malachite #08D049

RGB

 RED value IS 8 (3.52% from 255) = 2.77%

 GREEN value IS 208 (81.64% from 255) = 71.97%

 BLUE value IS 73 (28.91% from 255) = 25.26%

R = 2.77%
G = 71.97%
B = 25.26%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#08D049 (or 0x08D049) is known color: Malachite. HEX triplet: 08, D0 and 49. RGB value is (8,208,73). Sum of RGB (Red+Green+Blue) = 8+208+73=289 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.77% from 289); Green value is 208 (81.64% from 255 or 71.97% from 289); Blue value is 73 (28.91% from 255 or 25.26% from 289); Max value from RGB is 208 - color contains mainly: green. Hex color #08D049 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08D049 is #F72FB6. Grayscale: #858585. Windows color (decimal): -16199607 or 4837384. OLE color: 4837384.

HSL color Cylindrical-coordinate representation of color #08D049: hue angle of 139.5º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08D049 is Cyan = 0.96, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 8 208 73 -
CMYK 0.96 0 0.65 0.18
HSL 139.5º 0.93% 0.42% -
HSV(B) 139.5º 0.96% 0.82% -
XYZ 23.86 45.64 13.86 -
YUV 132.81 94.24 38.98 -
System Red Green Blue C M Y K H S L
Decimal 8 208 73 0.96 0 0.65 0.18 139.5 0.93 0.42
Hex 8 D0 49 60 0 41 12 8C 5D 2A
Octal 10 320 111 140 0 101 22 214 135 52
Binary 1000 11010000 1001001 1100000 0 1000001 10010 10001100 1011101 101010

Color Harmonies of #08D049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08D049

Black with #08D049

Text Example


Text Example

White with #08D049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08D049; }

 p { color: rgb(8,208,73); }

 H1.HeaderClassName
 {
   color: #08D049;
 }
 .AnyTagClassName
 {
   color: #08D049;
 }
</style>

background-color css

<style>
 a { background-color: #08D049; }

 a { background-color: rgb(8,208,73); }

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

border-color css

<style>
 span { border-color: #08D049; }

 span { border-color: rgb(8,208,73); }

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