Html Css Color HEX #0AA091 Persian Green

📋 copy color: '#0AA091'

red 10 ◦ green 160 ◦ blue 145

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

Shades of Persian Green #0AA091

Tints of Persian Green #0AA091

RGB

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

 GREEN value IS 160 (62.89% from 255) = 50.79%

 BLUE value IS 145 (57.03% from 255) = 46.03%

R = 3.17%
G = 50.79%
B = 46.03%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#0AA091 (or 0x0AA091) is known color: Persian Green. HEX triplet: 0A, A0 and 91. RGB value is (10,160,145). Sum of RGB (Red+Green+Blue) = 10+160+145=315 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.17% from 315); Green value is 160 (62.89% from 255 or 50.79% from 315); Blue value is 145 (57.03% from 255 or 46.03% from 315); Max value from RGB is 160 - color contains mainly: green. Hex color #0AA091 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AA091 is #F55F6E. Grayscale: #717171. Windows color (decimal): -16080751 or 9543690. OLE color: 9543690.

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

Color convert

RGB 10 160 145 -
CMYK 0.94 0 0.09 0.37
HSL 174º 0.88% 0.33% -
HSV(B) 174º 0.94% 0.63% -
XYZ 17.81 27.25 31.11 -
YUV 113.44 145.81 54.22 -
System Red Green Blue C M Y K H S L
Decimal 10 160 145 0.94 0 0.09 0.37 174 0.88 0.33
Hex A A0 91 5E 0 9 25 AE 58 21
Octal 12 240 221 136 0 11 45 256 130 41
Binary 1010 10100000 10010001 1011110 0 1001 100101 10101110 1011000 100001

Color Harmonies of #0AA091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA091

Black with #0AA091

Text Example


Text Example

White with #0AA091

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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