Html Css Color HEX #0AAD89 Persian Green

📋 copy color: '#0AAD89'

red 10 ◦ green 173 ◦ blue 137

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

Shades of Persian Green #0AAD89

Tints of Persian Green #0AAD89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 42.81%

R = 3.13%
G = 54.06%
B = 42.81%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#0AAD89 (or 0x0AAD89) is known color: Persian Green. HEX triplet: 0A, AD and 89. RGB value is (10,173,137). Sum of RGB (Red+Green+Blue) = 10+173+137=320 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.12% from 320); Green value is 173 (67.97% from 255 or 54.06% from 320); Blue value is 137 (53.91% from 255 or 42.81% from 320); Max value from RGB is 173 - color contains mainly: green. Hex color #0AAD89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAD89 is #F55276. Grayscale: #787878. Windows color (decimal): -16077431 or 9022730. OLE color: 9022730.

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

Color convert

RGB 10 173 137 -
CMYK 0.94 0 0.21 0.32
HSL 166.75º 0.89% 0.36% -
HSV(B) 166.75º 0.94% 0.68% -
XYZ 19.58 31.76 28.76 -
YUV 120.16 137.5 49.43 -
System Red Green Blue C M Y K H S L
Decimal 10 173 137 0.94 0 0.21 0.32 166.75 0.89 0.36
Hex A AD 89 5E 0 15 20 A7 59 24
Octal 12 255 211 136 0 25 40 247 131 44
Binary 1010 10101101 10001001 1011110 0 10101 100000 10100111 1011001 100100

Color Harmonies of #0AAD89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAD89

Black with #0AAD89

Text Example


Text Example

White with #0AAD89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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