#09B666

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

Shades of Jade #09B666

Tints of Jade #09B666

Color information

#09B666 (or 0x09B666) is unknown color: approx Jade. HEX triplet: 09, B6 and 66. RGB value is (9,182,102). Sum of RGB (Red+Green+Blue) = 9+182+102=293 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.07% from 293); Green value is 182 (71.48% from 255 or 62.12% from 293); Blue value is 102 (40.23% from 255 or 34.81% from 293); Max value from RGB is 182 - color contains mainly: green. Hex color #09B666 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09B666 is #F64999. Grayscale: #797979. Windows color (decimal): -16140698 or 6731273. OLE color: 6731273.

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

Color convert

RGB9182102-
CMYK0.9500.440.29
HSL152.25º90.58%37.45%-
HSV(B)152.25º95.05%71.37%-
XYZ19.2434.4718.21-
YUV121.15117.1948-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.07%
GREEN value IS 182 (71.48% from 255) = 62.12%
BLUE value IS 102 (40.23% from 255) = 34.81%
R=3.07%
G=62.12%
B=34.81%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal91821020.9500.440.29152.2590.5837.45
Hex9B6665F02C1D985b25
Octal112661461370543523013345
Binary10011011011011001101011111010110011101100110001011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09B666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,182,102); }

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

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

 a { background-color: rgb(9,182,102); }

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

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

 span { border-color: rgb(9,182,102); }

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