Html Css Color HEX #12AB78 Mountain Meadow

📋 copy color: '#12AB78'

red 18 ◦ green 171 ◦ blue 120

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

Shades of Mountain Meadow #12AB78

Tints of Mountain Meadow #12AB78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 38.83%

R = 5.83%
G = 55.34%
B = 38.83%

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

#12AB78 (or 0x12AB78) is known color: Mountain Meadow. HEX triplet: 12, AB and 78. RGB value is (18,171,120). Sum of RGB (Red+Green+Blue) = 18+171+120=309 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.83% from 309); Green value is 171 (67.19% from 255 or 55.34% from 309); Blue value is 120 (47.27% from 255 or 38.83% from 309); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB78 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AB78 is #ED5487. Grayscale: #777777. Windows color (decimal): -15553672 or 7908114. OLE color: 7908114.

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

Color convert

RGB 18 171 120 -
CMYK 0.89 0 0.30 0.33
HSL 160º 0.81% 0.37% -
HSV(B) 160º 0.89% 0.67% -
XYZ 18.2 30.61 22.72 -
YUV 119.44 128.31 55.65 -
System Red Green Blue C M Y K H S L
Decimal 18 171 120 0.89 0 0.30 0.33 160 0.81 0.37
Hex 12 AB 78 59 0 1E 21 A0 51 25
Octal 22 253 170 131 0 36 41 240 121 45
Binary 10010 10101011 1111000 1011001 0 11110 100001 10100000 1010001 100101

Color Harmonies of #12AB78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AB78

Black with #12AB78

Text Example


Text Example

White with #12AB78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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