Html Css Color HEX #0AAA9F Persian Green

📋 copy color: '#0AAA9F'

red 10 ◦ green 170 ◦ blue 159

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

Shades of Persian Green #0AAA9F

Tints of Persian Green #0AAA9F

RGB

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

 GREEN value IS 170 (66.8% from 255) = 50.15%

 BLUE value IS 159 (62.5% from 255) = 46.9%

R = 2.95%
G = 50.15%
B = 46.9%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#0AAA9F (or 0x0AAA9F) is known color: Persian Green. HEX triplet: 0A, AA and 9F. RGB value is (10,170,159). Sum of RGB (Red+Green+Blue) = 10+170+159=339 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.95% from 339); Green value is 170 (66.80% from 255 or 50.15% from 339); Blue value is 159 (62.5% from 255 or 46.90% from 339); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAA9F is #F55560. Grayscale: #787878. Windows color (decimal): -16078177 or 10463754. OLE color: 10463754.

HSL color Cylindrical-coordinate representation of color #0AAA9F: hue angle of 175.88º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAA9F is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 10 170 159 -
CMYK 0.94 0 0.06 0.33
HSL 175.88º 0.89% 0.35% -
HSV(B) 175.88º 0.94% 0.67% -
XYZ 20.76 31.32 37.75 -
YUV 120.91 149.49 48.89 -
System Red Green Blue C M Y K H S L
Decimal 10 170 159 0.94 0 0.06 0.33 175.88 0.89 0.35
Hex A AA 9F 5E 0 6 21 B0 59 23
Octal 12 252 237 136 0 6 41 260 131 43
Binary 1010 10101010 10011111 1011110 0 110 100001 10110000 1011001 100011

Color Harmonies of #0AAA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAA9F

Black with #0AAA9F

Text Example


Text Example

White with #0AAA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,170,159); }

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

background-color css

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

 a { background-color: rgb(10,170,159); }

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

border-color css

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

 span { border-color: rgb(10,170,159); }

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