Html Css Color HEX #08B860 Jade

📋 copy color: '#08B860'

red 8 ◦ green 184 ◦ blue 96

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

Shades of Jade #08B860

Tints of Jade #08B860

RGB

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

 GREEN value IS 184 (72.27% from 255) = 63.89%

 BLUE value IS 96 (37.89% from 255) = 33.33%

R = 2.78%
G = 63.89%
B = 33.33%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#08B860 (or 0x08B860) is known color: Jade. HEX triplet: 08, B8 and 60. RGB value is (8,184,96). Sum of RGB (Red+Green+Blue) = 8+184+96=288 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.78% from 288); Green value is 184 (72.27% from 255 or 63.89% from 288); Blue value is 96 (37.89% from 255 or 33.33% from 288); Max value from RGB is 184 - color contains mainly: green. Hex color #08B860 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08B860 is #F7479F. Grayscale: #797979. Windows color (decimal): -16205728 or 6338568. OLE color: 6338568.

HSL color Cylindrical-coordinate representation of color #08B860: hue angle of 150º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08B860 is Cyan = 0.96, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB 8 184 96 -
CMYK 0.96 0 0.48 0.28
HSL 150º 0.92% 0.38% -
HSV(B) 150º 0.96% 0.72% -
XYZ 19.35 35.18 16.84 -
YUV 121.34 113.69 47.16 -
System Red Green Blue C M Y K H S L
Decimal 8 184 96 0.96 0 0.48 0.28 150 0.92 0.38
Hex 8 B8 60 60 0 30 1C 96 5C 26
Octal 10 270 140 140 0 60 34 226 134 46
Binary 1000 10111000 1100000 1100000 0 110000 11100 10010110 1011100 100110

Color Harmonies of #08B860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08B860

Black with #08B860

Text Example


Text Example

White with #08B860

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,184,96); }

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

background-color css

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

 a { background-color: rgb(8,184,96); }

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

border-color css

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

 span { border-color: rgb(8,184,96); }

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