#0AB099

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

Shades of Persian Green #0AB099

Tints of Persian Green #0AB099

Color information

#0AB099 (or 0x0AB099) is unknown color: approx Persian Green. HEX triplet: 0A, B0 and 99. RGB value is (10,176,153). Sum of RGB (Red+Green+Blue) = 10+176+153=339 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.95% from 339); Green value is 176 (69.14% from 255 or 51.92% from 339); Blue value is 153 (60.16% from 255 or 45.13% from 339); Max value from RGB is 176 - color contains mainly: green. Hex color #0AB099 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AB099 is #F54F66. Grayscale: #7B7B7B. Windows color (decimal): -16076647 or 10072074. OLE color: 10072074.

HSL color Cylindrical-coordinate representation of color #0AB099: hue angle of 171.69º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AB099 is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB10176153-
CMYK0.9400.130.31
HSL171.69º89.25%36.47%-
HSV(B)171.69º94.32%69.02%-
XYZ21.433.4235.46-
YUV123.74144.546.87-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.95%
GREEN value IS 176 (69.14% from 255) = 51.92%
BLUE value IS 153 (60.16% from 255) = 45.13%
R=2.95%
G=51.92%
B=45.13%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal101761530.9400.130.31171.6989.2536.47
HexAB0995E0D1Fac5924
Octal122602311360153725413144
Binary1010101100001001100110111100110111111101011001011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AB099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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