#09AEA4

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

Shades of Persian Green #09AEA4

Tints of Persian Green #09AEA4

Color information

#09AEA4 (or 0x09AEA4) is unknown color: approx Persian Green. HEX triplet: 09, AE and A4. RGB value is (9,174,164). Sum of RGB (Red+Green+Blue) = 9+174+164=347 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.59% from 347); Green value is 174 (68.36% from 255 or 50.14% from 347); Blue value is 164 (64.45% from 255 or 47.26% from 347); Max value from RGB is 174 - color contains mainly: green. Hex color #09AEA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09AEA4 is #F6515B. Grayscale: #7B7B7B. Windows color (decimal): -16142684 or 10792457. OLE color: 10792457.

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

Color convert

RGB9174164-
CMYK0.9500.060.32
HSL176.36º90.16%35.88%-
HSV(B)176.36º94.83%68.24%-
XYZ21.9533.0140.34-
YUV123.52150.8446.31-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.59%
GREEN value IS 174 (68.36% from 255) = 50.14%
BLUE value IS 164 (64.45% from 255) = 47.26%
R=2.59%
G=50.14%
B=47.26%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal91741640.9500.060.32176.3690.1635.88
Hex9AEA45F0620b05a24
Octal11256244137064026013244
Binary1001101011101010010010111110110100000101100001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09AEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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