Html Css Color HEX #0AAA93 Persian Green

📋 copy color: '#0AAA93'

red 10 ◦ green 170 ◦ blue 147

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

Shades of Persian Green #0AAA93

Tints of Persian Green #0AAA93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 44.95%

R = 3.06%
G = 51.99%
B = 44.95%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#0AAA93 (or 0x0AAA93) is known color: Persian Green. HEX triplet: 0A, AA and 93. RGB value is (10,170,147). Sum of RGB (Red+Green+Blue) = 10+170+147=327 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.06% from 327); Green value is 170 (66.80% from 255 or 51.99% from 327); Blue value is 147 (57.81% from 255 or 44.95% from 327); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAA93 is #F5556C. Grayscale: #777777. Windows color (decimal): -16078189 or 9677322. OLE color: 9677322.

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

Color convert

RGB 10 170 147 -
CMYK 0.94 0 0.14 0.33
HSL 171.38º 0.89% 0.35% -
HSV(B) 171.38º 0.94% 0.67% -
XYZ 19.77 30.92 32.53 -
YUV 119.54 143.49 49.87 -
System Red Green Blue C M Y K H S L
Decimal 10 170 147 0.94 0 0.14 0.33 171.38 0.89 0.35
Hex A AA 93 5E 0 E 21 AB 59 23
Octal 12 252 223 136 0 16 41 253 131 43
Binary 1010 10101010 10010011 1011110 0 1110 100001 10101011 1011001 100011

Color Harmonies of #0AAA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAA93

Black with #0AAA93

Text Example


Text Example

White with #0AAA93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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