Html Css Color HEX #0AB4A1 Persian Green

📋 copy color: '#0AB4A1'

red 10 ◦ green 180 ◦ blue 161

#0AB4A1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Green #0AB4A1

Tints of Persian Green #0AB4A1

RGB

 RED value IS 10 (4.3% from 255) = 2.85%

 GREEN value IS 180 (70.7% from 255) = 51.28%

 BLUE value IS 161 (63.28% from 255) = 45.87%

R = 2.85%
G = 51.28%
B = 45.87%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.11

 K value IS 0.29

RGB Variations

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

Color information

#0AB4A1 (or 0x0AB4A1) is known color: Persian Green. HEX triplet: 0A, B4 and A1. RGB value is (10,180,161). Sum of RGB (Red+Green+Blue) = 10+180+161=351 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.85% from 351); Green value is 180 (70.70% from 255 or 51.28% from 351); Blue value is 161 (63.28% from 255 or 45.87% from 351); Max value from RGB is 180 - color contains mainly: green. Hex color #0AB4A1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AB4A1 is #F54B5E. Grayscale: #7E7E7E. Windows color (decimal): -16075615 or 10597386. OLE color: 10597386.

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

Color convert

RGB 10 180 161 -
CMYK 0.94 0 0.11 0.29
HSL 173.29º 0.89% 0.37% -
HSV(B) 173.29º 0.94% 0.71% -
XYZ 22.88 35.28 39.32 -
YUV 127 147.18 44.54 -
System Red Green Blue C M Y K H S L
Decimal 10 180 161 0.94 0 0.11 0.29 173.29 0.89 0.37
Hex A B4 A1 5E 0 B 1D AD 59 25
Octal 12 264 241 136 0 13 35 255 131 45
Binary 1010 10110100 10100001 1011110 0 1011 11101 10101101 1011001 100101

Color Harmonies of #0AB4A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB4A1

Black with #0AB4A1

Text Example


Text Example

White with #0AB4A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0AB4A1;
 }
 .AnyTagClassName
 {
   color: #0AB4A1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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