Html Css Color HEX #0AA495 Persian Green

📋 copy color: '#0AA495'

red 10 ◦ green 164 ◦ blue 149

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

Shades of Persian Green #0AA495

Tints of Persian Green #0AA495

RGB

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

 GREEN value IS 164 (64.45% from 255) = 50.77%

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

R = 3.1%
G = 50.77%
B = 46.13%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#0AA495 (or 0x0AA495) is known color: Persian Green. HEX triplet: 0A, A4 and 95. RGB value is (10,164,149). Sum of RGB (Red+Green+Blue) = 10+164+149=323 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.10% from 323); Green value is 164 (64.45% from 255 or 50.77% from 323); Blue value is 149 (58.59% from 255 or 46.13% from 323); Max value from RGB is 164 - color contains mainly: green. Hex color #0AA495 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AA495 is #F55B6A. Grayscale: #747474. Windows color (decimal): -16079723 or 9806858. OLE color: 9806858.

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

Color convert

RGB 10 164 149 -
CMYK 0.94 0 0.09 0.36
HSL 174.16º 0.89% 0.34% -
HSV(B) 174.16º 0.94% 0.64% -
XYZ 18.83 28.79 33 -
YUV 116.24 146.48 52.22 -
System Red Green Blue C M Y K H S L
Decimal 10 164 149 0.94 0 0.09 0.36 174.16 0.89 0.34
Hex A A4 95 5E 0 9 24 AE 59 22
Octal 12 244 225 136 0 11 44 256 131 42
Binary 1010 10100100 10010101 1011110 0 1001 100100 10101110 1011001 100010

Color Harmonies of #0AA495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA495

Black with #0AA495

Text Example


Text Example

White with #0AA495

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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