Html Css Color HEX #0AAC9F Persian Green

📋 copy color: '#0AAC9F'

red 10 ◦ green 172 ◦ blue 159

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

Shades of Persian Green #0AAC9F

Tints of Persian Green #0AAC9F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 50.44%

 BLUE value IS 159 (62.5% from 255) = 46.63%

R = 2.93%
G = 50.44%
B = 46.63%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#0AAC9F (or 0x0AAC9F) is known color: Persian Green. HEX triplet: 0A, AC and 9F. RGB value is (10,172,159). Sum of RGB (Red+Green+Blue) = 10+172+159=341 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.93% from 341); Green value is 172 (67.58% from 255 or 50.44% from 341); Blue value is 159 (62.5% from 255 or 46.63% from 341); Max value from RGB is 172 - color contains mainly: green. Hex color #0AAC9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAC9F is #F55360. Grayscale: #797979. Windows color (decimal): -16077665 or 10464266. OLE color: 10464266.

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

Color convert

RGB 10 172 159 -
CMYK 0.94 0 0.08 0.33
HSL 175.19º 0.89% 0.36% -
HSV(B) 175.19º 0.94% 0.67% -
XYZ 21.14 32.07 37.88 -
YUV 122.08 148.83 48.06 -
System Red Green Blue C M Y K H S L
Decimal 10 172 159 0.94 0 0.08 0.33 175.19 0.89 0.36
Hex A AC 9F 5E 0 8 21 AF 59 24
Octal 12 254 237 136 0 10 41 257 131 44
Binary 1010 10101100 10011111 1011110 0 1000 100001 10101111 1011001 100100

Color Harmonies of #0AAC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAC9F

Black with #0AAC9F

Text Example


Text Example

White with #0AAC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,172,159); }

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

background-color css

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

 a { background-color: rgb(10,172,159); }

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

border-color css

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

 span { border-color: rgb(10,172,159); }

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