Html Css Color HEX #12AE80 Mountain Meadow

📋 copy color: '#12AE80'

red 18 ◦ green 174 ◦ blue 128

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

Shades of Mountain Meadow #12AE80

Tints of Mountain Meadow #12AE80

RGB

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

 GREEN value IS 174 (68.36% from 255) = 54.38%

 BLUE value IS 128 (50.39% from 255) = 40%

R = 5.63%
G = 54.38%
B = 40%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#12AE80 (or 0x12AE80) is known color: Mountain Meadow. HEX triplet: 12, AE and 80. RGB value is (18,174,128). Sum of RGB (Red+Green+Blue) = 18+174+128=320 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.62% from 320); Green value is 174 (68.36% from 255 or 54.38% from 320); Blue value is 128 (50.39% from 255 or 40% from 320); Max value from RGB is 174 - color contains mainly: green. Hex color #12AE80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AE80 is #ED517F. Grayscale: #7A7A7A. Windows color (decimal): -15552896 or 8433170. OLE color: 8433170.

HSL color Cylindrical-coordinate representation of color #12AE80: hue angle of 162.31º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12AE80 is Cyan = 0.90, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.

Color convert

RGB 18 174 128 -
CMYK 0.90 0 0.26 0.32
HSL 162.31º 0.81% 0.38% -
HSV(B) 162.31º 0.9% 0.68% -
XYZ 19.28 31.96 25.57 -
YUV 122.11 131.32 53.74 -
System Red Green Blue C M Y K H S L
Decimal 18 174 128 0.90 0 0.26 0.32 162.31 0.81 0.38
Hex 12 AE 80 5A 0 1A 20 A2 51 26
Octal 22 256 200 132 0 32 40 242 121 46
Binary 10010 10101110 10000000 1011010 0 11010 100000 10100010 1010001 100110

Color Harmonies of #12AE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AE80

Black with #12AE80

Text Example


Text Example

White with #12AE80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,174,128); }

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

background-color css

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

 a { background-color: rgb(18,174,128); }

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

border-color css

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

 span { border-color: rgb(18,174,128); }

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