Html Css Color HEX #0AAA9D Persian Green

📋 copy color: '#0AAA9D'

red 10 ◦ green 170 ◦ blue 157

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

Shades of Persian Green #0AAA9D

Tints of Persian Green #0AAA9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 46.59%

R = 2.97%
G = 50.45%
B = 46.59%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#0AAA9D (or 0x0AAA9D) is known color: Persian Green. HEX triplet: 0A, AA and 9D. RGB value is (10,170,157). Sum of RGB (Red+Green+Blue) = 10+170+157=337 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.97% from 337); Green value is 170 (66.80% from 255 or 50.45% from 337); Blue value is 157 (61.72% from 255 or 46.59% from 337); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA9D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAA9D is #F55562. Grayscale: #787878. Windows color (decimal): -16078179 or 10332682. OLE color: 10332682.

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

Color convert

RGB 10 170 157 -
CMYK 0.94 0 0.08 0.33
HSL 175.13º 0.89% 0.35% -
HSV(B) 175.13º 0.94% 0.67% -
XYZ 20.59 31.25 36.84 -
YUV 120.68 148.49 49.06 -
System Red Green Blue C M Y K H S L
Decimal 10 170 157 0.94 0 0.08 0.33 175.13 0.89 0.35
Hex A AA 9D 5E 0 8 21 AF 59 23
Octal 12 252 235 136 0 10 41 257 131 43
Binary 1010 10101010 10011101 1011110 0 1000 100001 10101111 1011001 100011

Color Harmonies of #0AAA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAA9D

Black with #0AAA9D

Text Example


Text Example

White with #0AAA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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