#08C05F

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

Shades of Jade #08C05F

Tints of Jade #08C05F

Color information

#08C05F (or 0x08C05F) is unknown color: approx Jade. HEX triplet: 08, C0 and 5F. RGB value is (8,192,95). Sum of RGB (Red+Green+Blue) = 8+192+95=295 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.71% from 295); Green value is 192 (75.39% from 255 or 65.08% from 295); Blue value is 95 (37.5% from 255 or 32.20% from 295); Max value from RGB is 192 - color contains mainly: green. Hex color #08C05F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08C05F is #F73FA0. Grayscale: #7E7E7E. Windows color (decimal): -16203681 or 6275080. OLE color: 6275080.

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

Color convert

RGB819295-
CMYK0.9600.510.25
HSL148.37º92%39.22%-
HSV(B)148.37º95.83%75.29%-
XYZ21.0238.5817.16-
YUV125.93110.5443.89-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.71%
GREEN value IS 192 (75.39% from 255) = 65.08%
BLUE value IS 95 (37.5% from 255) = 32.20%
R=2.71%
G=65.08%
B=32.20%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal8192950.9600.510.25148.379239.22
Hex8C05F6003319945c27
Octal103001371400633122413447
Binary10001100000010111111100000011001111001100101001011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08C05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,192,95); }

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

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

 a { background-color: rgb(8,192,95); }

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

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

 span { border-color: rgb(8,192,95); }

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