Html Css Color HEX #08B870 Jade

📋 copy color: '#08B870'

red 8 ◦ green 184 ◦ blue 112

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

Shades of Jade #08B870

Tints of Jade #08B870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 36.84%

R = 2.63%
G = 60.53%
B = 36.84%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#08B870 (or 0x08B870) is known color: Jade. HEX triplet: 08, B8 and 70. RGB value is (8,184,112). Sum of RGB (Red+Green+Blue) = 8+184+112=304 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.63% from 304); Green value is 184 (72.27% from 255 or 60.53% from 304); Blue value is 112 (44.14% from 255 or 36.84% from 304); Max value from RGB is 184 - color contains mainly: green. Hex color #08B870 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08B870 is #F7478F. Grayscale: #7B7B7B. Windows color (decimal): -16205712 or 7387144. OLE color: 7387144.

HSL color Cylindrical-coordinate representation of color #08B870: hue angle of 155.45º 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 #08B870 is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB 8 184 112 -
CMYK 0.96 0 0.39 0.28
HSL 155.45º 0.92% 0.38% -
HSV(B) 155.45º 0.96% 0.72% -
XYZ 20.17 35.5 21.12 -
YUV 123.17 121.69 45.85 -
System Red Green Blue C M Y K H S L
Decimal 8 184 112 0.96 0 0.39 0.28 155.45 0.92 0.38
Hex 8 B8 70 60 0 27 1C 9B 5C 26
Octal 10 270 160 140 0 47 34 233 134 46
Binary 1000 10111000 1110000 1100000 0 100111 11100 10011011 1011100 100110

Color Harmonies of #08B870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08B870

Black with #08B870

Text Example


Text Example

White with #08B870

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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