#09AE9A

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

Shades of Persian Green #09AE9A

Tints of Persian Green #09AE9A

Color information

#09AE9A (or 0x09AE9A) is unknown color: approx Persian Green. HEX triplet: 09, AE and 9A. RGB value is (9,174,154). Sum of RGB (Red+Green+Blue) = 9+174+154=337 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.67% from 337); Green value is 174 (68.36% from 255 or 51.63% from 337); Blue value is 154 (60.55% from 255 or 45.70% from 337); Max value from RGB is 174 - color contains mainly: green. Hex color #09AE9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09AE9A is #F65165. Grayscale: #7A7A7A. Windows color (decimal): -16142694 or 10137097. OLE color: 10137097.

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

Color convert

RGB9174154-
CMYK0.9500.110.32
HSL172.73º90.16%35.88%-
HSV(B)172.73º94.83%68.24%-
XYZ21.0832.6635.77-
YUV122.38145.8447.13-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.67%
GREEN value IS 174 (68.36% from 255) = 51.63%
BLUE value IS 154 (60.55% from 255) = 45.70%
R=2.67%
G=51.63%
B=45.70%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal91741540.9500.110.32172.7390.1635.88
Hex9AE9A5F0B20ad5a24
Octal112562321370134025513244
Binary10011010111010011010101111101011100000101011011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09AE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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