Html Css Color HEX #0AA996 Persian Green

📋 copy color: '#0AA996'

red 10 ◦ green 169 ◦ blue 150

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

Shades of Persian Green #0AA996

Tints of Persian Green #0AA996

RGB

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

 GREEN value IS 169 (66.41% from 255) = 51.37%

 BLUE value IS 150 (58.98% from 255) = 45.59%

R = 3.04%
G = 51.37%
B = 45.59%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.11

 K value IS 0.34

RGB Variations

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

Color information

#0AA996 (or 0x0AA996) is known color: Persian Green. HEX triplet: 0A, A9 and 96. RGB value is (10,169,150). Sum of RGB (Red+Green+Blue) = 10+169+150=329 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.04% from 329); Green value is 169 (66.41% from 255 or 51.37% from 329); Blue value is 150 (58.98% from 255 or 45.59% from 329); Max value from RGB is 169 - color contains mainly: green. Hex color #0AA996 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AA996 is #F55669. Grayscale: #777777. Windows color (decimal): -16078442 or 9873674. OLE color: 9873674.

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

Color convert

RGB 10 169 150 -
CMYK 0.94 0 0.11 0.34
HSL 172.83º 0.89% 0.35% -
HSV(B) 172.83º 0.94% 0.66% -
XYZ 19.82 30.64 33.72 -
YUV 119.29 145.32 50.04 -
System Red Green Blue C M Y K H S L
Decimal 10 169 150 0.94 0 0.11 0.34 172.83 0.89 0.35
Hex A A9 96 5E 0 B 22 AD 59 23
Octal 12 251 226 136 0 13 42 255 131 43
Binary 1010 10101001 10010110 1011110 0 1011 100010 10101101 1011001 100011

Color Harmonies of #0AA996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA996

Black with #0AA996

Text Example


Text Example

White with #0AA996

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,169,150); }

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

background-color css

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

 a { background-color: rgb(10,169,150); }

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

border-color css

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

 span { border-color: rgb(10,169,150); }

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