#099A86

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

Shades of Persian Green #099A86

Tints of Persian Green #099A86

Color information

#099A86 (or 0x099A86) is unknown color: approx Persian Green. HEX triplet: 09, 9A and 86. RGB value is (9,154,134). Sum of RGB (Red+Green+Blue) = 9+154+134=297 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.03% from 297); Green value is 154 (60.55% from 255 or 51.85% from 297); Blue value is 134 (52.73% from 255 or 45.12% from 297); Max value from RGB is 154 - color contains mainly: green. Hex color #099A86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099A86 is #F66579. Grayscale: #6C6C6C. Windows color (decimal): -16147834 or 8821257. OLE color: 8821257.

HSL color Cylindrical-coordinate representation of color #099A86: hue angle of 171.72º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099A86 is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB9154134-
CMYK0.9400.130.40
HSL171.72º88.96%31.96%-
HSV(B)171.72º94.16%60.39%-
XYZ15.9724.8926.52-
YUV108.36142.4657.13-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.03%
GREEN value IS 154 (60.55% from 255) = 51.85%
BLUE value IS 134 (52.73% from 255) = 45.12%
R=3.03%
G=51.85%
B=45.12%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal91541340.9400.130.40171.7288.9631.96
Hex99A865E0D28ac5920
Octal112322061360155025413140
Binary10011001101010000110101111001101101000101011001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #099A86; }

 p { color: rgb(9,154,134); }

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

<style>
 a { background-color: #099A86; }

 a { background-color: rgb(9,154,134); }

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

<style>
 span { border-color: #099A86; }

 span { border-color: rgb(9,154,134); }

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