Html Css Color HEX #0AAA95 Persian Green

📋 copy color: '#0AAA95'

red 10 ◦ green 170 ◦ blue 149

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

Shades of Persian Green #0AAA95

Tints of Persian Green #0AAA95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 45.29%

R = 3.04%
G = 51.67%
B = 45.29%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#0AAA95 (or 0x0AAA95) is known color: Persian Green. HEX triplet: 0A, AA and 95. RGB value is (10,170,149). Sum of RGB (Red+Green+Blue) = 10+170+149=329 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.04% from 329); Green value is 170 (66.80% from 255 or 51.67% from 329); Blue value is 149 (58.59% from 255 or 45.29% from 329); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAA95 is #F5556A. Grayscale: #777777. Windows color (decimal): -16078187 or 9808394. OLE color: 9808394.

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

Color convert

RGB 10 170 149 -
CMYK 0.94 0 0.12 0.33
HSL 172.13º 0.89% 0.35% -
HSV(B) 172.13º 0.94% 0.67% -
XYZ 19.92 30.98 33.36 -
YUV 119.77 144.49 49.71 -
System Red Green Blue C M Y K H S L
Decimal 10 170 149 0.94 0 0.12 0.33 172.13 0.89 0.35
Hex A AA 95 5E 0 C 21 AC 59 23
Octal 12 252 225 136 0 14 41 254 131 43
Binary 1010 10101010 10010101 1011110 0 1100 100001 10101100 1011001 100011

Color Harmonies of #0AAA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAA95

Black with #0AAA95

Text Example


Text Example

White with #0AAA95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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