#08C469

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

Shades of Jade #08C469

Tints of Jade #08C469

Color information

#08C469 (or 0x08C469) is unknown color: approx Jade. HEX triplet: 08, C4 and 69. RGB value is (8,196,105). Sum of RGB (Red+Green+Blue) = 8+196+105=309 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.59% from 309); Green value is 196 (76.95% from 255 or 63.43% from 309); Blue value is 105 (41.41% from 255 or 33.98% from 309); Max value from RGB is 196 - color contains mainly: green. Hex color #08C469 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08C469 is #F73B96. Grayscale: #818181. Windows color (decimal): -16202647 or 6931464. OLE color: 6931464.

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

Color convert

RGB8196105-
CMYK0.9600.460.23
HSL150.96º92.16%40%-
HSV(B)150.96º95.92%76.86%-
XYZ22.3940.5520.01-
YUV129.41114.2241.4-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.59%
GREEN value IS 196 (76.95% from 255) = 63.43%
BLUE value IS 105 (41.41% from 255) = 33.98%
R=2.59%
G=63.43%
B=33.98%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal81961050.9600.460.23150.9692.1640
Hex8C4696002E17975c28
Octal103041511400562722713450
Binary10001100010011010011100000010111010111100101111011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08C469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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