Html Css Color HEX #0AAC94 Persian Green

📋 copy color: '#0AAC94'

red 10 ◦ green 172 ◦ blue 148

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

Shades of Persian Green #0AAC94

Tints of Persian Green #0AAC94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.85%

R = 3.03%
G = 52.12%
B = 44.85%

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

#0AAC94 (or 0x0AAC94) is known color: Persian Green. HEX triplet: 0A, AC and 94. RGB value is (10,172,148). Sum of RGB (Red+Green+Blue) = 10+172+148=330 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.03% from 330); Green value is 172 (67.58% from 255 or 52.12% from 330); Blue value is 148 (58.20% from 255 or 44.85% from 330); Max value from RGB is 172 - color contains mainly: green. Hex color #0AAC94 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAC94 is #F5536B. Grayscale: #787878. Windows color (decimal): -16077676 or 9743370. OLE color: 9743370.

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

Color convert

RGB 10 172 148 -
CMYK 0.94 0 0.14 0.33
HSL 171.11º 0.89% 0.36% -
HSV(B) 171.11º 0.94% 0.67% -
XYZ 20.22 31.71 33.07 -
YUV 120.83 143.33 48.95 -
System Red Green Blue C M Y K H S L
Decimal 10 172 148 0.94 0 0.14 0.33 171.11 0.89 0.36
Hex A AC 94 5E 0 E 21 AB 59 24
Octal 12 254 224 136 0 16 41 253 131 44
Binary 1010 10101100 10010100 1011110 0 1110 100001 10101011 1011001 100100

Color Harmonies of #0AAC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAC94

Black with #0AAC94

Text Example


Text Example

White with #0AAC94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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