#09AC98

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

Shades of Persian Green #09AC98

Tints of Persian Green #09AC98

Color information

#09AC98 (or 0x09AC98) is unknown color: approx Persian Green. HEX triplet: 09, AC and 98. RGB value is (9,172,152). Sum of RGB (Red+Green+Blue) = 9+172+152=333 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.70% from 333); Green value is 172 (67.58% from 255 or 51.65% from 333); Blue value is 152 (59.77% from 255 or 45.65% from 333); Max value from RGB is 172 - color contains mainly: green. Hex color #09AC98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09AC98 is #F65367. Grayscale: #787878. Windows color (decimal): -16143208 or 10005513. OLE color: 10005513.

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

Color convert

RGB9172152-
CMYK0.9500.120.33
HSL172.64º90.06%35.49%-
HSV(B)172.64º94.77%67.45%-
XYZ20.5331.8334.77-
YUV120.98145.548.13-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.70%
GREEN value IS 172 (67.58% from 255) = 51.65%
BLUE value IS 152 (59.77% from 255) = 45.65%
R=2.70%
G=51.65%
B=45.65%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal91721520.9500.120.33172.6490.0635.49
Hex9AC985F0C21ad5a23
Octal112542301370144125513243
Binary10011010110010011000101111101100100001101011011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09AC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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