#09AC9F

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

Shades of Persian Green #09AC9F

Tints of Persian Green #09AC9F

Color information

#09AC9F (or 0x09AC9F) is unknown color: approx Persian Green. HEX triplet: 09, AC and 9F. RGB value is (9,172,159). Sum of RGB (Red+Green+Blue) = 9+172+159=340 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.65% from 340); Green value is 172 (67.58% from 255 or 50.59% from 340); Blue value is 159 (62.5% from 255 or 46.76% from 340); Max value from RGB is 172 - color contains mainly: green. Hex color #09AC9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09AC9F is #F65360. Grayscale: #797979. Windows color (decimal): -16143201 or 10464265. OLE color: 10464265.

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

Color convert

RGB9172159-
CMYK0.9500.080.33
HSL175.21º90.06%35.49%-
HSV(B)175.21º94.77%67.45%-
XYZ21.1232.0737.88-
YUV121.7814947.56-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.65%
GREEN value IS 172 (67.58% from 255) = 50.59%
BLUE value IS 159 (62.5% from 255) = 46.76%
R=2.65%
G=50.59%
B=46.76%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal91721590.9500.080.33175.2190.0635.49
Hex9AC9F5F0821af5a23
Octal112542371370104125713243
Binary10011010110010011111101111101000100001101011111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09AC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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