#09AC8E

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

Shades of Persian Green #09AC8E

Tints of Persian Green #09AC8E

Color information

#09AC8E (or 0x09AC8E) is unknown color: approx Persian Green. HEX triplet: 09, AC and 8E. RGB value is (9,172,142). Sum of RGB (Red+Green+Blue) = 9+172+142=323 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.79% from 323); Green value is 172 (67.58% from 255 or 53.25% from 323); Blue value is 142 (55.86% from 255 or 43.96% from 323); Max value from RGB is 172 - color contains mainly: green. Hex color #09AC8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09AC8E is #F65371. Grayscale: #777777. Windows color (decimal): -16143218 or 9350153. OLE color: 9350153.

HSL color Cylindrical-coordinate representation of color #09AC8E: hue angle of 168.96º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09AC8E is Cyan = 0.95, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB9172142-
CMYK0.9500.170.33
HSL168.96º90.06%35.49%-
HSV(B)168.96º94.77%67.45%-
XYZ19.7531.5230.63-
YUV119.84140.548.94-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.79%
GREEN value IS 172 (67.58% from 255) = 53.25%
BLUE value IS 142 (55.86% from 255) = 43.96%
R=2.79%
G=53.25%
B=43.96%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal91721420.9500.170.33168.9690.0635.49
Hex9AC8E5F01121a95a23
Octal112542161370214125113243
Binary100110101100100011101011111010001100001101010011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09AC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,172,142); }

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

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

 a { background-color: rgb(9,172,142); }

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

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

 span { border-color: rgb(9,172,142); }

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