Html Css Color HEX #12AB77 Mountain Meadow

📋 copy color: '#12AB77'

red 18 ◦ green 171 ◦ blue 119

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

Shades of Mountain Meadow #12AB77

Tints of Mountain Meadow #12AB77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 38.64%

R = 5.84%
G = 55.52%
B = 38.64%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#12AB77 (or 0x12AB77) is known color: Mountain Meadow. HEX triplet: 12, AB and 77. RGB value is (18,171,119). Sum of RGB (Red+Green+Blue) = 18+171+119=308 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.84% from 308); Green value is 171 (67.19% from 255 or 55.52% from 308); Blue value is 119 (46.88% from 255 or 38.64% from 308); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB77 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AB77 is #ED5488. Grayscale: #777777. Windows color (decimal): -15553673 or 7842578. OLE color: 7842578.

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

Color convert

RGB 18 171 119 -
CMYK 0.89 0 0.30 0.33
HSL 159.61º 0.81% 0.37% -
HSV(B) 159.61º 0.89% 0.67% -
XYZ 18.14 30.59 22.4 -
YUV 119.33 127.81 55.73 -
System Red Green Blue C M Y K H S L
Decimal 18 171 119 0.89 0 0.30 0.33 159.61 0.81 0.37
Hex 12 AB 77 59 0 1E 21 A0 51 25
Octal 22 253 167 131 0 36 41 240 121 45
Binary 10010 10101011 1110111 1011001 0 11110 100001 10100000 1010001 100101

Color Harmonies of #12AB77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AB77

Black with #12AB77

Text Example


Text Example

White with #12AB77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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