Html Css Color HEX #12AB84 Mountain Meadow

📋 copy color: '#12AB84'

red 18 ◦ green 171 ◦ blue 132

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

Shades of Mountain Meadow #12AB84

Tints of Mountain Meadow #12AB84

RGB

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

 GREEN value IS 171 (67.19% from 255) = 53.27%

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

R = 5.61%
G = 53.27%
B = 41.12%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#12AB84 (or 0x12AB84) is known color: Mountain Meadow. HEX triplet: 12, AB and 84. RGB value is (18,171,132). Sum of RGB (Red+Green+Blue) = 18+171+132=321 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.61% from 321); Green value is 171 (67.19% from 255 or 53.27% from 321); Blue value is 132 (51.95% from 255 or 41.12% from 321); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AB84 is #ED547B. Grayscale: #787878. Windows color (decimal): -15553660 or 8694546. OLE color: 8694546.

HSL color Cylindrical-coordinate representation of color #12AB84: hue angle of 164.71º 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 #12AB84 is Cyan = 0.89, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 171 132 -
CMYK 0.89 0 0.23 0.33
HSL 164.71º 0.81% 0.37% -
HSV(B) 164.71º 0.89% 0.67% -
XYZ 18.98 30.92 26.8 -
YUV 120.81 134.31 54.67 -
System Red Green Blue C M Y K H S L
Decimal 18 171 132 0.89 0 0.23 0.33 164.71 0.81 0.37
Hex 12 AB 84 59 0 17 21 A5 51 25
Octal 22 253 204 131 0 27 41 245 121 45
Binary 10010 10101011 10000100 1011001 0 10111 100001 10100101 1010001 100101

Color Harmonies of #12AB84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AB84

Black with #12AB84

Text Example


Text Example

White with #12AB84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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