Html Css Color HEX #0AAAA4 Persian Green

📋 copy color: '#0AAAA4'

red 10 ◦ green 170 ◦ blue 164

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

Shades of Persian Green #0AAAA4

Tints of Persian Green #0AAAA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 47.67%

R = 2.91%
G = 49.42%
B = 47.67%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#0AAAA4 (or 0x0AAAA4) is known color: Persian Green. HEX triplet: 0A, AA and A4. RGB value is (10,170,164). Sum of RGB (Red+Green+Blue) = 10+170+164=344 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.91% from 344); Green value is 170 (66.80% from 255 or 49.42% from 344); Blue value is 164 (64.45% from 255 or 47.67% from 344); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAAA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAAA4 is #F5555B. Grayscale: #797979. Windows color (decimal): -16078172 or 10791434. OLE color: 10791434.

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

Color convert

RGB 10 170 164 -
CMYK 0.94 0 0.04 0.33
HSL 177.75º 0.89% 0.35% -
HSV(B) 177.75º 0.94% 0.67% -
XYZ 21.2 31.49 40.08 -
YUV 121.48 151.99 48.49 -
System Red Green Blue C M Y K H S L
Decimal 10 170 164 0.94 0 0.04 0.33 177.75 0.89 0.35
Hex A AA A4 5E 0 4 21 B2 59 23
Octal 12 252 244 136 0 4 41 262 131 43
Binary 1010 10101010 10100100 1011110 0 100 100001 10110010 1011001 100011

Color Harmonies of #0AAAA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAAA4

Black with #0AAAA4

Text Example


Text Example

White with #0AAAA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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