#09B676

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

Shades of Jade #09B676

Tints of Jade #09B676

Color information

#09B676 (or 0x09B676) is unknown color: approx Jade. HEX triplet: 09, B6 and 76. RGB value is (9,182,118). Sum of RGB (Red+Green+Blue) = 9+182+118=309 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.91% from 309); Green value is 182 (71.48% from 255 or 58.90% from 309); Blue value is 118 (46.48% from 255 or 38.19% from 309); Max value from RGB is 182 - color contains mainly: green. Hex color #09B676 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09B676 is #F64989. Grayscale: #7B7B7B. Windows color (decimal): -16140682 or 7779849. OLE color: 7779849.

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

Color convert

RGB9182118-
CMYK0.9500.350.29
HSL157.8º90.58%37.45%-
HSV(B)157.8º95.05%71.37%-
XYZ20.1134.8222.8-
YUV122.98125.1946.7-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.91%
GREEN value IS 182 (71.48% from 255) = 58.90%
BLUE value IS 118 (46.48% from 255) = 38.19%
R=2.91%
G=58.90%
B=38.19%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal91821180.9500.350.29157.890.5837.45
Hex9B6765F0231D9e5b25
Octal112661661370433523613345
Binary10011011011011101101011111010001111101100111101011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09B676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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