#0A9F99

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

Shades of Persian Green #0A9F99

Tints of Persian Green #0A9F99

Color information

#0A9F99 (or 0x0A9F99) is unknown color: approx Persian Green. HEX triplet: 0A, 9F and 99. RGB value is (10,159,153). Sum of RGB (Red+Green+Blue) = 10+159+153=322 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.11% from 322); Green value is 159 (62.5% from 255 or 49.38% from 322); Blue value is 153 (60.16% from 255 or 47.52% from 322); Max value from RGB is 159 - color contains mainly: green. Hex color #0A9F99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A9F99 is #F56066. Grayscale: #717171. Windows color (decimal): -16080999 or 10067722. OLE color: 10067722.

HSL color Cylindrical-coordinate representation of color #0A9F99: hue angle of 177.58º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A9F99 is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB10159153-
CMYK0.9400.040.38
HSL177.58º88.17%33.14%-
HSV(B)177.58º93.71%62.35%-
XYZ18.2727.1634.42-
YUV113.76150.1453.99-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.11%
GREEN value IS 159 (62.5% from 255) = 49.38%
BLUE value IS 153 (60.16% from 255) = 47.52%
R=3.11%
G=49.38%
B=47.52%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal101591530.9400.040.38177.5888.1733.14
HexA9F995E0426b25821
Octal12237231136044626213041
Binary1010100111111001100110111100100100110101100101011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A9F99; }

 p { color: rgb(10,159,153); }

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

<style>
 a { background-color: #0A9F99; }

 a { background-color: rgb(10,159,153); }

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

<style>
 span { border-color: #0A9F99; }

 span { border-color: rgb(10,159,153); }

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