#09C46F

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

Shades of Jade #09C46F

Tints of Jade #09C46F

Color information

#09C46F (or 0x09C46F) is unknown color: approx Jade. HEX triplet: 09, C4 and 6F. RGB value is (9,196,111). Sum of RGB (Red+Green+Blue) = 9+196+111=316 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.85% from 316); Green value is 196 (76.95% from 255 or 62.03% from 316); Blue value is 111 (43.75% from 255 or 35.13% from 316); Max value from RGB is 196 - color contains mainly: green. Hex color #09C46F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09C46F is #F63B90. Grayscale: #828282. Windows color (decimal): -16137105 or 7324681. OLE color: 7324681.

HSL color Cylindrical-coordinate representation of color #09C46F: hue angle of 152.73º 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 #09C46F is Cyan = 0.95, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB9196111-
CMYK0.9500.430.23
HSL152.73º91.22%40.2%-
HSV(B)152.73º95.41%76.86%-
XYZ22.7240.6921.69-
YUV130.4117.0541.41-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.85%
GREEN value IS 196 (76.95% from 255) = 62.03%
BLUE value IS 111 (43.75% from 255) = 35.13%
R=2.85%
G=62.03%
B=35.13%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal91961110.9500.430.23152.7391.2240.2
Hex9C46F5F02B17995b28
Octal113041571370532723113350
Binary10011100010011011111011111010101110111100110011011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09C46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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