#09AE94

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

Shades of Persian Green #09AE94

Tints of Persian Green #09AE94

Color information

#09AE94 (or 0x09AE94) is unknown color: approx Persian Green. HEX triplet: 09, AE and 94. RGB value is (9,174,148). Sum of RGB (Red+Green+Blue) = 9+174+148=331 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.72% from 331); Green value is 174 (68.36% from 255 or 52.57% from 331); Blue value is 148 (58.20% from 255 or 44.71% from 331); Max value from RGB is 174 - color contains mainly: green. Hex color #09AE94 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09AE94 is #F6516B. Grayscale: #797979. Windows color (decimal): -16142700 or 9743881. OLE color: 9743881.

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

Color convert

RGB9174148-
CMYK0.9500.150.32
HSL170.55º90.16%35.88%-
HSV(B)170.55º94.83%68.24%-
XYZ20.5932.4733.2-
YUV121.7142.8447.61-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.72%
GREEN value IS 174 (68.36% from 255) = 52.57%
BLUE value IS 148 (58.20% from 255) = 44.71%
R=2.72%
G=52.57%
B=44.71%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal91741480.9500.150.32170.5590.1635.88
Hex9AE945F0F20ab5a24
Octal112562241370174025313244
Binary10011010111010010100101111101111100000101010111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09AE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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