#09A289

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

Shades of Persian Green #09A289

Tints of Persian Green #09A289

Color information

#09A289 (or 0x09A289) is unknown color: approx Persian Green. HEX triplet: 09, A2 and 89. RGB value is (9,162,137). Sum of RGB (Red+Green+Blue) = 9+162+137=308 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.92% from 308); Green value is 162 (63.67% from 255 or 52.60% from 308); Blue value is 137 (53.91% from 255 or 44.48% from 308); Max value from RGB is 162 - color contains mainly: green. Hex color #09A289 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09A289 is #F65D76. Grayscale: #717171. Windows color (decimal): -16145783 or 9019913. OLE color: 9019913.

HSL color Cylindrical-coordinate representation of color #09A289: hue angle of 170.2º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09A289 is Cyan = 0.94, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB9162137-
CMYK0.9400.150.36
HSL170.2º89.47%33.53%-
HSV(B)170.2º94.44%63.53%-
XYZ17.5527.728.09-
YUV113.4141.3153.53-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.92%
GREEN value IS 162 (63.67% from 255) = 52.60%
BLUE value IS 137 (53.91% from 255) = 44.48%
R=2.92%
G=52.60%
B=44.48%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal91621370.9400.150.36170.289.4733.53
Hex9A2895E0F24aa5922
Octal112422111360174425213142
Binary10011010001010001001101111001111100100101010101011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09A289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,162,137); }

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

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

 a { background-color: rgb(9,162,137); }

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

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

 span { border-color: rgb(9,162,137); }

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