#09AE95

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

Shades of Persian Green #09AE95

Tints of Persian Green #09AE95

Color information

#09AE95 (or 0x09AE95) is unknown color: approx Persian Green. HEX triplet: 09, AE and 95. RGB value is (9,174,149). Sum of RGB (Red+Green+Blue) = 9+174+149=332 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.71% from 332); Green value is 174 (68.36% from 255 or 52.41% from 332); Blue value is 149 (58.59% from 255 or 44.88% from 332); Max value from RGB is 174 - color contains mainly: green. Hex color #09AE95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09AE95 is #F6516A. Grayscale: #797979. Windows color (decimal): -16142699 or 9809417. OLE color: 9809417.

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

Color convert

RGB9174149-
CMYK0.9500.140.32
HSL170.91º90.16%35.88%-
HSV(B)170.91º94.83%68.24%-
XYZ20.6732.533.62-
YUV121.82143.3447.53-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.71%
GREEN value IS 174 (68.36% from 255) = 52.41%
BLUE value IS 149 (58.59% from 255) = 44.88%
R=2.71%
G=52.41%
B=44.88%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal91741490.9500.140.32170.9190.1635.88
Hex9AE955F0E20ab5a24
Octal112562251370164025313244
Binary10011010111010010101101111101110100000101010111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09AE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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