#0AB49A

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

Shades of Persian Green #0AB49A

Tints of Persian Green #0AB49A

Color information

#0AB49A (or 0x0AB49A) is unknown color: approx Persian Green. HEX triplet: 0A, B4 and 9A. RGB value is (10,180,154). Sum of RGB (Red+Green+Blue) = 10+180+154=344 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.91% from 344); Green value is 180 (70.70% from 255 or 52.33% from 344); Blue value is 154 (60.55% from 255 or 44.77% from 344); Max value from RGB is 180 - color contains mainly: green. Hex color #0AB49A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AB49A is #F54B65. Grayscale: #7E7E7E. Windows color (decimal): -16075622 or 10138634. OLE color: 10138634.

HSL color Cylindrical-coordinate representation of color #0AB49A: hue angle of 170.82º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AB49A is Cyan = 0.94, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB10180154-
CMYK0.9400.140.29
HSL170.82º89.47%37.25%-
HSV(B)170.82º94.44%70.59%-
XYZ22.2835.0436.16-
YUV126.21143.6845.11-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.91%
GREEN value IS 180 (70.70% from 255) = 52.33%
BLUE value IS 154 (60.55% from 255) = 44.77%
R=2.91%
G=52.33%
B=44.77%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal101801540.9400.140.29170.8289.4737.25
HexAB49A5E0E1Dab5925
Octal122642321360163525313145
Binary1010101101001001101010111100111011101101010111011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AB49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,180,154); }

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

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

 a { background-color: rgb(10,180,154); }

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

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

 span { border-color: rgb(10,180,154); }

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