Html Css Color HEX #08BD71 Jade

📋 copy color: '#08BD71'

red 8 ◦ green 189 ◦ blue 113

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

Shades of Jade #08BD71

Tints of Jade #08BD71

RGB

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

 GREEN value IS 189 (74.22% from 255) = 60.97%

 BLUE value IS 113 (44.53% from 255) = 36.45%

R = 2.58%
G = 60.97%
B = 36.45%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#08BD71 (or 0x08BD71) is known color: Jade. HEX triplet: 08, BD and 71. RGB value is (8,189,113). Sum of RGB (Red+Green+Blue) = 8+189+113=310 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.58% from 310); Green value is 189 (74.22% from 255 or 60.97% from 310); Blue value is 113 (44.53% from 255 or 36.45% from 310); Max value from RGB is 189 - color contains mainly: green. Hex color #08BD71 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08BD71 is #F7428E. Grayscale: #7E7E7E. Windows color (decimal): -16204431 or 7453960. OLE color: 7453960.

HSL color Cylindrical-coordinate representation of color #08BD71: hue angle of 154.81º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BD71 is Cyan = 0.96, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 8 189 113 -
CMYK 0.96 0 0.40 0.26
HSL 154.81º 0.92% 0.39% -
HSV(B) 154.81º 0.96% 0.74% -
XYZ 21.28 37.64 21.77 -
YUV 126.22 120.53 43.68 -
System Red Green Blue C M Y K H S L
Decimal 8 189 113 0.96 0 0.40 0.26 154.81 0.92 0.39
Hex 8 BD 71 60 0 28 1A 9B 5C 27
Octal 10 275 161 140 0 50 32 233 134 47
Binary 1000 10111101 1110001 1100000 0 101000 11010 10011011 1011100 100111

Color Harmonies of #08BD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BD71

Black with #08BD71

Text Example


Text Example

White with #08BD71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,189,113); }

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

background-color css

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

 a { background-color: rgb(8,189,113); }

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

border-color css

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

 span { border-color: rgb(8,189,113); }

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