Html Css Color HEX #12AB76 Mountain Meadow

📋 copy color: '#12AB76'

red 18 ◦ green 171 ◦ blue 118

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

Shades of Mountain Meadow #12AB76

Tints of Mountain Meadow #12AB76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 38.44%

R = 5.86%
G = 55.7%
B = 38.44%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#12AB76 (or 0x12AB76) is known color: Mountain Meadow. HEX triplet: 12, AB and 76. RGB value is (18,171,118). Sum of RGB (Red+Green+Blue) = 18+171+118=307 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.86% from 307); Green value is 171 (67.19% from 255 or 55.70% from 307); Blue value is 118 (46.48% from 255 or 38.44% from 307); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AB76 is #ED5489. Grayscale: #777777. Windows color (decimal): -15553674 or 7777042. OLE color: 7777042.

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

Color convert

RGB 18 171 118 -
CMYK 0.89 0 0.31 0.33
HSL 159.22º 0.81% 0.37% -
HSV(B) 159.22º 0.89% 0.67% -
XYZ 18.08 30.56 22.09 -
YUV 119.21 127.31 55.81 -
System Red Green Blue C M Y K H S L
Decimal 18 171 118 0.89 0 0.31 0.33 159.22 0.81 0.37
Hex 12 AB 76 59 0 1F 21 9F 51 25
Octal 22 253 166 131 0 37 41 237 121 45
Binary 10010 10101011 1110110 1011001 0 11111 100001 10011111 1010001 100101

Color Harmonies of #12AB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AB76

Black with #12AB76

Text Example


Text Example

White with #12AB76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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