#08C571

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

Shades of Jade #08C571

Tints of Jade #08C571

Color information

#08C571 (or 0x08C571) is unknown color: approx Jade. HEX triplet: 08, C5 and 71. RGB value is (8,197,113). Sum of RGB (Red+Green+Blue) = 8+197+113=318 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.52% from 318); Green value is 197 (77.34% from 255 or 61.95% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 197 - color contains mainly: green. Hex color #08C571 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08C571 is #F73A8E. Grayscale: #838383. Windows color (decimal): -16202383 or 7456008. OLE color: 7456008.

HSL color Cylindrical-coordinate representation of color #08C571: hue angle of 153.33º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C571 is Cyan = 0.96, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB8197113-
CMYK0.9600.430.23
HSL153.33º92.2%40.2%-
HSV(B)153.33º95.94%77.25%-
XYZ23.0541.1822.36-
YUV130.91117.8840.33-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.52%
GREEN value IS 197 (77.34% from 255) = 61.95%
BLUE value IS 113 (44.53% from 255) = 35.53%
R=2.52%
G=61.95%
B=35.53%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal81971130.9600.430.23153.3392.240.2
Hex8C5716002B17995c28
Octal103051611400532723113450
Binary10001100010111100011100000010101110111100110011011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08C571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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