#09AB9F

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

Shades of Persian Green #09AB9F

Tints of Persian Green #09AB9F

Color information

#09AB9F (or 0x09AB9F) is unknown color: approx Persian Green. HEX triplet: 09, AB and 9F. RGB value is (9,171,159). Sum of RGB (Red+Green+Blue) = 9+171+159=339 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.65% from 339); Green value is 171 (67.19% from 255 or 50.44% from 339); Blue value is 159 (62.5% from 255 or 46.90% from 339); Max value from RGB is 171 - color contains mainly: green. Hex color #09AB9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09AB9F is #F65460. Grayscale: #797979. Windows color (decimal): -16143457 or 10464009. OLE color: 10464009.

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

Color convert

RGB9171159-
CMYK0.9500.070.33
HSL175.56º90%35.29%-
HSV(B)175.56º94.74%67.06%-
XYZ20.9331.6937.81-
YUV121.19149.3347.98-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.65%
GREEN value IS 171 (67.19% from 255) = 50.44%
BLUE value IS 159 (62.5% from 255) = 46.90%
R=2.65%
G=50.44%
B=46.90%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal91711590.9500.070.33175.569035.29
Hex9AB9F5F0721b05a23
Octal11253237137074126013243
Binary1001101010111001111110111110111100001101100001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09AB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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