Html Css Color HEX #12AA78 Mountain Meadow

📋 copy color: '#12AA78'

red 18 ◦ green 170 ◦ blue 120

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

Shades of Mountain Meadow #12AA78

Tints of Mountain Meadow #12AA78

RGB

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

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

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

R = 5.84%
G = 55.19%
B = 38.96%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#12AA78 (or 0x12AA78) is known color: Mountain Meadow. HEX triplet: 12, AA and 78. RGB value is (18,170,120). Sum of RGB (Red+Green+Blue) = 18+170+120=308 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.84% from 308); Green value is 170 (66.80% from 255 or 55.19% from 308); Blue value is 120 (47.27% from 255 or 38.96% from 308); Max value from RGB is 170 - color contains mainly: green. Hex color #12AA78 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AA78 is #ED5587. Grayscale: #767676. Windows color (decimal): -15553928 or 7907858. OLE color: 7907858.

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

Color convert

RGB 18 170 120 -
CMYK 0.89 0 0.29 0.33
HSL 160.26º 0.81% 0.37% -
HSV(B) 160.26º 0.89% 0.67% -
XYZ 18.01 30.23 22.66 -
YUV 118.85 128.64 56.07 -
System Red Green Blue C M Y K H S L
Decimal 18 170 120 0.89 0 0.29 0.33 160.26 0.81 0.37
Hex 12 AA 78 59 0 1D 21 A0 51 25
Octal 22 252 170 131 0 35 41 240 121 45
Binary 10010 10101010 1111000 1011001 0 11101 100001 10100000 1010001 100101

Color Harmonies of #12AA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AA78

Black with #12AA78

Text Example


Text Example

White with #12AA78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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