#09A288

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

Shades of Persian Green #09A288

Tints of Persian Green #09A288

Color information

#09A288 (or 0x09A288) is unknown color: approx Persian Green. HEX triplet: 09, A2 and 88. RGB value is (9,162,136). Sum of RGB (Red+Green+Blue) = 9+162+136=307 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.93% from 307); Green value is 162 (63.67% from 255 or 52.77% from 307); Blue value is 136 (53.52% from 255 or 44.30% from 307); Max value from RGB is 162 - color contains mainly: green. Hex color #09A288 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09A288 is #F65D77. Grayscale: #717171. Windows color (decimal): -16145784 or 8954377. OLE color: 8954377.

HSL color Cylindrical-coordinate representation of color #09A288: hue angle of 169.8º 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 #09A288 is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB9162136-
CMYK0.9400.160.36
HSL169.8º89.47%33.53%-
HSV(B)169.8º94.44%63.53%-
XYZ17.4827.6827.71-
YUV113.29140.8153.61-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.93%
GREEN value IS 162 (63.67% from 255) = 52.77%
BLUE value IS 136 (53.52% from 255) = 44.30%
R=2.93%
G=52.77%
B=44.30%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal91621360.9400.160.36169.889.4733.53
Hex9A2885E01024aa5922
Octal112422101360204425213142
Binary100110100010100010001011110010000100100101010101011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09A288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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