#0AB4A0

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

Shades of Persian Green #0AB4A0

Tints of Persian Green #0AB4A0

Color information

#0AB4A0 (or 0x0AB4A0) is unknown color: approx Persian Green. HEX triplet: 0A, B4 and A0. RGB value is (10,180,160). Sum of RGB (Red+Green+Blue) = 10+180+160=350 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.86% from 350); Green value is 180 (70.70% from 255 or 51.43% from 350); Blue value is 160 (62.89% from 255 or 45.71% from 350); Max value from RGB is 180 - color contains mainly: green. Hex color #0AB4A0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AB4A0 is #F54B5F. Grayscale: #7E7E7E. Windows color (decimal): -16075616 or 10531850. OLE color: 10531850.

HSL color Cylindrical-coordinate representation of color #0AB4A0: hue angle of 172.94º 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 #0AB4A0 is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB10180160-
CMYK0.9400.110.29
HSL172.94º89.47%37.25%-
HSV(B)172.94º94.44%70.59%-
XYZ22.7935.2538.86-
YUV126.89146.6844.63-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.86%
GREEN value IS 180 (70.70% from 255) = 51.43%
BLUE value IS 160 (62.89% from 255) = 45.71%
R=2.86%
G=51.43%
B=45.71%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal101801600.9400.110.29172.9489.4737.25
HexAB4A05E0B1Dad5925
Octal122642401360133525513145
Binary1010101101001010000010111100101111101101011011011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AB4A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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