Html Css Color HEX #12AA84 Mountain Meadow

📋 copy color: '#12AA84'

red 18 ◦ green 170 ◦ blue 132

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

Shades of Mountain Meadow #12AA84

Tints of Mountain Meadow #12AA84

RGB

 RED value IS 18 (7.42% from 255) = 5.63%

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

 BLUE value IS 132 (51.95% from 255) = 41.25%

R = 5.63%
G = 53.13%
B = 41.25%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#12AA84 (or 0x12AA84) is known color: Mountain Meadow. HEX triplet: 12, AA and 84. RGB value is (18,170,132). Sum of RGB (Red+Green+Blue) = 18+170+132=320 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.62% from 320); Green value is 170 (66.80% from 255 or 53.12% from 320); Blue value is 132 (51.95% from 255 or 41.25% from 320); Max value from RGB is 170 - color contains mainly: green. Hex color #12AA84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AA84 is #ED557B. Grayscale: #787878. Windows color (decimal): -15553916 or 8694290. OLE color: 8694290.

HSL color Cylindrical-coordinate representation of color #12AA84: hue angle of 165º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12AA84 is Cyan = 0.89, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 170 132 -
CMYK 0.89 0 0.22 0.33
HSL 165º 0.81% 0.37% -
HSV(B) 165º 0.89% 0.67% -
XYZ 18.79 30.54 26.74 -
YUV 120.22 134.64 55.09 -
System Red Green Blue C M Y K H S L
Decimal 18 170 132 0.89 0 0.22 0.33 165 0.81 0.37
Hex 12 AA 84 59 0 16 21 A5 51 25
Octal 22 252 204 131 0 26 41 245 121 45
Binary 10010 10101010 10000100 1011001 0 10110 100001 10100101 1010001 100101

Color Harmonies of #12AA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AA84

Black with #12AA84

Text Example


Text Example

White with #12AA84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12AA84; }

 p { color: rgb(18,170,132); }

 H1.HeaderClassName
 {
   color: #12AA84;
 }
 .AnyTagClassName
 {
   color: #12AA84;
 }
</style>

background-color css

<style>
 a { background-color: #12AA84; }

 a { background-color: rgb(18,170,132); }

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

border-color css

<style>
 span { border-color: #12AA84; }

 span { border-color: rgb(18,170,132); }

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