Html Css Color HEX #0AAA99 Persian Green

📋 copy color: '#0AAA99'

red 10 ◦ green 170 ◦ blue 153

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

Shades of Persian Green #0AAA99

Tints of Persian Green #0AAA99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 45.95%

R = 3%
G = 51.05%
B = 45.95%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.1

 K value IS 0.33

RGB Variations

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

Color information

#0AAA99 (or 0x0AAA99) is known color: Persian Green. HEX triplet: 0A, AA and 99. RGB value is (10,170,153). Sum of RGB (Red+Green+Blue) = 10+170+153=333 (44% of max value = 765). Red value is 10 (4.30% from 255 or 3.00% from 333); Green value is 170 (66.80% from 255 or 51.05% from 333); Blue value is 153 (60.16% from 255 or 45.95% from 333); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAA99 is #F55566. Grayscale: #787878. Windows color (decimal): -16078183 or 10070538. OLE color: 10070538.

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

Color convert

RGB 10 170 153 -
CMYK 0.94 0 0.1 0.33
HSL 173.63º 0.89% 0.35% -
HSV(B) 173.63º 0.94% 0.67% -
XYZ 20.25 31.11 35.08 -
YUV 120.22 146.49 49.38 -
System Red Green Blue C M Y K H S L
Decimal 10 170 153 0.94 0 0.1 0.33 173.63 0.89 0.35
Hex A AA 99 5E 0 A 21 AE 59 23
Octal 12 252 231 136 0 12 41 256 131 43
Binary 1010 10101010 10011001 1011110 0 1010 100001 10101110 1011001 100011

Color Harmonies of #0AAA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAA99

Black with #0AAA99

Text Example


Text Example

White with #0AAA99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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