Html Css Color HEX #12AE82 Mountain Meadow

📋 copy color: '#12AE82'

red 18 ◦ green 174 ◦ blue 130

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

Shades of Mountain Meadow #12AE82

Tints of Mountain Meadow #12AE82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 40.37%

R = 5.59%
G = 54.04%
B = 40.37%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#12AE82 (or 0x12AE82) is known color: Mountain Meadow. HEX triplet: 12, AE and 82. RGB value is (18,174,130). Sum of RGB (Red+Green+Blue) = 18+174+130=322 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.59% from 322); Green value is 174 (68.36% from 255 or 54.04% from 322); Blue value is 130 (51.17% from 255 or 40.37% from 322); Max value from RGB is 174 - color contains mainly: green. Hex color #12AE82 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AE82 is #ED517D. Grayscale: #7A7A7A. Windows color (decimal): -15552894 or 8564242. OLE color: 8564242.

HSL color Cylindrical-coordinate representation of color #12AE82: hue angle of 163.08º 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 #12AE82 is Cyan = 0.90, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB 18 174 130 -
CMYK 0.90 0 0.25 0.32
HSL 163.08º 0.81% 0.38% -
HSV(B) 163.08º 0.9% 0.68% -
XYZ 19.41 32.01 26.27 -
YUV 122.34 132.32 53.58 -
System Red Green Blue C M Y K H S L
Decimal 18 174 130 0.90 0 0.25 0.32 163.08 0.81 0.38
Hex 12 AE 82 5A 0 19 20 A3 51 26
Octal 22 256 202 132 0 31 40 243 121 46
Binary 10010 10101110 10000010 1011010 0 11001 100000 10100011 1010001 100110

Color Harmonies of #12AE82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AE82

Black with #12AE82

Text Example


Text Example

White with #12AE82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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