#09C46E

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

Shades of Jade #09C46E

Tints of Jade #09C46E

Color information

#09C46E (or 0x09C46E) is unknown color: approx Jade. HEX triplet: 09, C4 and 6E. RGB value is (9,196,110). Sum of RGB (Red+Green+Blue) = 9+196+110=315 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.86% from 315); Green value is 196 (76.95% from 255 or 62.22% from 315); Blue value is 110 (43.36% from 255 or 34.92% from 315); Max value from RGB is 196 - color contains mainly: green. Hex color #09C46E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09C46E is #F63B91. Grayscale: #828282. Windows color (decimal): -16137106 or 7259145. OLE color: 7259145.

HSL color Cylindrical-coordinate representation of color #09C46E: hue angle of 152.41º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09C46E is Cyan = 0.95, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB9196110-
CMYK0.9500.440.23
HSL152.41º91.22%40.2%-
HSV(B)152.41º95.41%76.86%-
XYZ22.6740.6621.41-
YUV130.28116.5541.49-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.86%
GREEN value IS 196 (76.95% from 255) = 62.22%
BLUE value IS 110 (43.36% from 255) = 34.92%
R=2.86%
G=62.22%
B=34.92%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal91961100.9500.440.23152.4191.2240.2
Hex9C46E5F02C17985b28
Octal113041561370542723013350
Binary10011100010011011101011111010110010111100110001011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09C46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09C46E; }

 p { color: rgb(9,196,110); }

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

<style>
 a { background-color: #09C46E; }

 a { background-color: rgb(9,196,110); }

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

<style>
 span { border-color: #09C46E; }

 span { border-color: rgb(9,196,110); }

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