#09AB75

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

Shades of Jade #09AB75

Tints of Jade #09AB75

Color information

#09AB75 (or 0x09AB75) is unknown color: approx Jade. HEX triplet: 09, AB and 75. RGB value is (9,171,117). Sum of RGB (Red+Green+Blue) = 9+171+117=297 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.03% from 297); Green value is 171 (67.19% from 255 or 57.58% from 297); Blue value is 117 (46.09% from 255 or 39.39% from 297); Max value from RGB is 171 - color contains mainly: green. Hex color #09AB75 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09AB75 is #F6548A. Grayscale: #747474. Windows color (decimal): -16143499 or 7711497. OLE color: 7711497.

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

Color convert

RGB9171117-
CMYK0.9500.320.33
HSL160º90%35.29%-
HSV(B)160º94.74%67.06%-
XYZ17.8930.4721.77-
YUV116.41128.3351.39-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.03%
GREEN value IS 171 (67.19% from 255) = 57.58%
BLUE value IS 117 (46.09% from 255) = 39.39%
R=3.03%
G=57.58%
B=39.39%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal91711170.9500.320.331609035.29
Hex9AB755F02021a05a23
Octal112531651370404124013243
Binary100110101011111010110111110100000100001101000001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09AB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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