#08C069

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

Shades of Jade #08C069

Tints of Jade #08C069

Color information

#08C069 (or 0x08C069) is unknown color: approx Jade. HEX triplet: 08, C0 and 69. RGB value is (8,192,105). Sum of RGB (Red+Green+Blue) = 8+192+105=305 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.62% from 305); Green value is 192 (75.39% from 255 or 62.95% from 305); Blue value is 105 (41.41% from 255 or 34.43% from 305); Max value from RGB is 192 - color contains mainly: green. Hex color #08C069 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08C069 is #F73F96. Grayscale: #7F7F7F. Windows color (decimal): -16203671 or 6930440. OLE color: 6930440.

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

Color convert

RGB8192105-
CMYK0.9600.450.25
HSL151.63º92%39.22%-
HSV(B)151.63º95.83%75.29%-
XYZ21.538.7719.71-
YUV127.07115.5443.07-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.62%
GREEN value IS 192 (75.39% from 255) = 62.95%
BLUE value IS 105 (41.41% from 255) = 34.43%
R=2.62%
G=62.95%
B=34.43%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal81921050.9600.450.25151.639239.22
Hex8C0696002D19985c27
Octal103001511400553123013447
Binary10001100000011010011100000010110111001100110001011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08C069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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