Html Css Color HEX #0AAD97 Persian Green

📋 copy color: '#0AAD97'

red 10 ◦ green 173 ◦ blue 151

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

Shades of Persian Green #0AAD97

Tints of Persian Green #0AAD97

RGB

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

 GREEN value IS 173 (67.97% from 255) = 51.8%

 BLUE value IS 151 (59.38% from 255) = 45.21%

R = 2.99%
G = 51.8%
B = 45.21%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#0AAD97 (or 0x0AAD97) is known color: Persian Green. HEX triplet: 0A, AD and 97. RGB value is (10,173,151). Sum of RGB (Red+Green+Blue) = 10+173+151=334 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.99% from 334); Green value is 173 (67.97% from 255 or 51.80% from 334); Blue value is 151 (59.38% from 255 or 45.21% from 334); Max value from RGB is 173 - color contains mainly: green. Hex color #0AAD97 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAD97 is #F55268. Grayscale: #797979. Windows color (decimal): -16077417 or 9940234. OLE color: 9940234.

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

Color convert

RGB 10 173 151 -
CMYK 0.94 0 0.13 0.32
HSL 171.9º 0.89% 0.36% -
HSV(B) 171.9º 0.94% 0.68% -
XYZ 20.65 32.19 34.4 -
YUV 121.76 144.5 48.29 -
System Red Green Blue C M Y K H S L
Decimal 10 173 151 0.94 0 0.13 0.32 171.9 0.89 0.36
Hex A AD 97 5E 0 D 20 AC 59 24
Octal 12 255 227 136 0 15 40 254 131 44
Binary 1010 10101101 10010111 1011110 0 1101 100000 10101100 1011001 100100

Color Harmonies of #0AAD97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAD97

Black with #0AAD97

Text Example


Text Example

White with #0AAD97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,173,151); }

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

background-color css

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

 a { background-color: rgb(10,173,151); }

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

border-color css

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

 span { border-color: rgb(10,173,151); }

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