Html Css Color HEX #08D972 Malachite

📋 copy color: '#08D972'

red 8 ◦ green 217 ◦ blue 114

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

Shades of Malachite #08D972

Tints of Malachite #08D972

RGB

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

 GREEN value IS 217 (85.16% from 255) = 64.01%

 BLUE value IS 114 (44.92% from 255) = 33.63%

R = 2.36%
G = 64.01%
B = 33.63%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#08D972 (or 0x08D972) is known color: Malachite. HEX triplet: 08, D9 and 72. RGB value is (8,217,114). Sum of RGB (Red+Green+Blue) = 8+217+114=339 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.36% from 339); Green value is 217 (85.16% from 255 or 64.01% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 217 - color contains mainly: green. Hex color #08D972 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08D972 is #F7268D. Grayscale: #8E8E8E. Windows color (decimal): -16197262 or 7526664. OLE color: 7526664.

HSL color Cylindrical-coordinate representation of color #08D972: hue angle of 150.43º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08D972 is Cyan = 0.96, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 8 217 114 -
CMYK 0.96 0 0.47 0.15
HSL 150.43º 0.93% 0.44% -
HSV(B) 150.43º 0.96% 0.85% -
XYZ 27.95 50.89 24.27 -
YUV 142.77 111.76 31.88 -
System Red Green Blue C M Y K H S L
Decimal 8 217 114 0.96 0 0.47 0.15 150.43 0.93 0.44
Hex 8 D9 72 60 0 2F F 96 5D 2C
Octal 10 331 162 140 0 57 17 226 135 54
Binary 1000 11011001 1110010 1100000 0 101111 1111 10010110 1011101 101100

Color Harmonies of #08D972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08D972

Black with #08D972

Text Example


Text Example

White with #08D972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,217,114); }

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

background-color css

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

 a { background-color: rgb(8,217,114); }

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

border-color css

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

 span { border-color: rgb(8,217,114); }

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