Html Css Color HEX #0AAA98 Persian Green

📋 copy color: '#0AAA98'

red 10 ◦ green 170 ◦ blue 152

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

Shades of Persian Green #0AAA98

Tints of Persian Green #0AAA98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 45.78%

R = 3.01%
G = 51.2%
B = 45.78%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#0AAA98 (or 0x0AAA98) is known color: Persian Green. HEX triplet: 0A, AA and 98. RGB value is (10,170,152). Sum of RGB (Red+Green+Blue) = 10+170+152=332 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.01% from 332); Green value is 170 (66.80% from 255 or 51.20% from 332); Blue value is 152 (59.77% from 255 or 45.78% from 332); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAA98 is #F55567. Grayscale: #787878. Windows color (decimal): -16078184 or 10005002. OLE color: 10005002.

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

Color convert

RGB 10 170 152 -
CMYK 0.94 0 0.11 0.33
HSL 173.25º 0.89% 0.35% -
HSV(B) 173.25º 0.94% 0.67% -
XYZ 20.17 31.08 34.64 -
YUV 120.11 145.99 49.46 -
System Red Green Blue C M Y K H S L
Decimal 10 170 152 0.94 0 0.11 0.33 173.25 0.89 0.35
Hex A AA 98 5E 0 B 21 AD 59 23
Octal 12 252 230 136 0 13 41 255 131 43
Binary 1010 10101010 10011000 1011110 0 1011 100001 10101101 1011001 100011

Color Harmonies of #0AAA98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAA98

Black with #0AAA98

Text Example


Text Example

White with #0AAA98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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