#08BC71

Color #08BC71 Jade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jade #08BC71

Tints of Jade #08BC71

Color information

#08BC71 (or 0x08BC71) is unknown color: approx Jade. HEX triplet: 08, BC and 71. RGB value is (8,188,113). Sum of RGB (Red+Green+Blue) = 8+188+113=309 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.59% from 309); Green value is 188 (73.83% from 255 or 60.84% from 309); Blue value is 113 (44.53% from 255 or 36.57% from 309); Max value from RGB is 188 - color contains mainly: green. Hex color #08BC71 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08BC71 is #F7438E. Grayscale: #7D7D7D. Windows color (decimal): -16204687 or 7453704. OLE color: 7453704.

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

Color convert

RGB8188113-
CMYK0.9600.400.26
HSL155º91.84%38.43%-
HSV(B)155º95.74%73.73%-
XYZ21.0637.2121.69-
YUV125.63120.8744.1-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.59%
GREEN value IS 188 (73.83% from 255) = 60.84%
BLUE value IS 113 (44.53% from 255) = 36.57%
R=2.59%
G=60.84%
B=36.57%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal81881130.9600.400.2615591.8438.43
Hex8BC71600281A9b5c26
Octal102741611400503223313446
Binary10001011110011100011100000010100011010100110111011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08BC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #08BC71;
 }
 .AnyTagClassName
 {
   color: #08BC71;
 }
</style>
background-color css

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

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

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

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

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

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