#09AC8D

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

Shades of Persian Green #09AC8D

Tints of Persian Green #09AC8D

Color information

#09AC8D (or 0x09AC8D) is unknown color: approx Persian Green. HEX triplet: 09, AC and 8D. RGB value is (9,172,141). Sum of RGB (Red+Green+Blue) = 9+172+141=322 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 322); Green value is 172 (67.58% from 255 or 53.42% from 322); Blue value is 141 (55.47% from 255 or 43.79% from 322); Max value from RGB is 172 - color contains mainly: green. Hex color #09AC8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09AC8D is #F65372. Grayscale: #777777. Windows color (decimal): -16143219 or 9284617. OLE color: 9284617.

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

Color convert

RGB9172141-
CMYK0.9500.180.33
HSL168.59º90.06%35.49%-
HSV(B)168.59º94.77%67.45%-
XYZ19.6731.4930.24-
YUV119.7314049.02-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.80%
GREEN value IS 172 (67.58% from 255) = 53.42%
BLUE value IS 141 (55.47% from 255) = 43.79%
R=2.80%
G=53.42%
B=43.79%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal91721410.9500.180.33168.5990.0635.49
Hex9AC8D5F01221a95a23
Octal112542151370224125113243
Binary100110101100100011011011111010010100001101010011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09AC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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