Html Css Color HEX #0AAC83 Mountain Meadow

📋 copy color: '#0AAC83'

red 10 ◦ green 172 ◦ blue 131

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

Shades of Mountain Meadow #0AAC83

Tints of Mountain Meadow #0AAC83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 41.85%

R = 3.19%
G = 54.95%
B = 41.85%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#0AAC83 (or 0x0AAC83) is known color: Mountain Meadow. HEX triplet: 0A, AC and 83. RGB value is (10,172,131). Sum of RGB (Red+Green+Blue) = 10+172+131=313 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.19% from 313); Green value is 172 (67.58% from 255 or 54.95% from 313); Blue value is 131 (51.56% from 255 or 41.85% from 313); Max value from RGB is 172 - color contains mainly: green. Hex color #0AAC83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAC83 is #F5537C. Grayscale: #767676. Windows color (decimal): -16077693 or 8629258. OLE color: 8629258.

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

Color convert

RGB 10 172 131 -
CMYK 0.94 0 0.24 0.33
HSL 164.81º 0.89% 0.36% -
HSV(B) 164.81º 0.94% 0.67% -
XYZ 18.97 31.21 26.5 -
YUV 118.89 134.83 50.33 -
System Red Green Blue C M Y K H S L
Decimal 10 172 131 0.94 0 0.24 0.33 164.81 0.89 0.36
Hex A AC 83 5E 0 18 21 A5 59 24
Octal 12 254 203 136 0 30 41 245 131 44
Binary 1010 10101100 10000011 1011110 0 11000 100001 10100101 1011001 100100

Color Harmonies of #0AAC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAC83

Black with #0AAC83

Text Example


Text Example

White with #0AAC83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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