#09AE75

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

Shades of Jade #09AE75

Tints of Jade #09AE75

Color information

#09AE75 (or 0x09AE75) is unknown color: approx Jade. HEX triplet: 09, AE and 75. RGB value is (9,174,117). Sum of RGB (Red+Green+Blue) = 9+174+117=300 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3% from 300); Green value is 174 (68.36% from 255 or 58% from 300); Blue value is 117 (46.09% from 255 or 39% from 300); Max value from RGB is 174 - color contains mainly: green. Hex color #09AE75 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09AE75 is #F6518A. Grayscale: #767676. Windows color (decimal): -16142731 or 7712265. OLE color: 7712265.

HSL color Cylindrical-coordinate representation of color #09AE75: hue angle of 159.27º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09AE75 is Cyan = 0.95, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.

Color convert

RGB9174117-
CMYK0.9500.330.32
HSL159.27º90.16%35.88%-
HSV(B)159.27º94.83%68.24%-
XYZ18.4631.6121.96-
YUV118.17127.3450.13-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3%
GREEN value IS 174 (68.36% from 255) = 58%
BLUE value IS 117 (46.09% from 255) = 39%
R=3%
G=58%
B=39%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal91741170.9500.330.32159.2790.1635.88
Hex9AE755F021209f5a24
Octal112561651370414023713244
Binary100110101110111010110111110100001100000100111111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09AE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,174,117); }

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

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

 a { background-color: rgb(9,174,117); }

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

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

 span { border-color: rgb(9,174,117); }

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