Html Css Color HEX #12AE90 Mountain Meadow

📋 copy color: '#12AE90'

red 18 ◦ green 174 ◦ blue 144

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

Shades of Mountain Meadow #12AE90

Tints of Mountain Meadow #12AE90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 42.86%

R = 5.36%
G = 51.79%
B = 42.86%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#12AE90 (or 0x12AE90) is known color: Mountain Meadow. HEX triplet: 12, AE and 90. RGB value is (18,174,144). Sum of RGB (Red+Green+Blue) = 18+174+144=336 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.36% from 336); Green value is 174 (68.36% from 255 or 51.79% from 336); Blue value is 144 (56.64% from 255 or 42.86% from 336); Max value from RGB is 174 - color contains mainly: green. Hex color #12AE90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AE90 is #ED516F. Grayscale: #7B7B7B. Windows color (decimal): -15552880 or 9481746. OLE color: 9481746.

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

Color convert

RGB 18 174 144 -
CMYK 0.90 0 0.17 0.32
HSL 168.46º 0.81% 0.38% -
HSV(B) 168.46º 0.9% 0.68% -
XYZ 20.42 32.41 31.57 -
YUV 123.94 139.32 52.44 -
System Red Green Blue C M Y K H S L
Decimal 18 174 144 0.90 0 0.17 0.32 168.46 0.81 0.38
Hex 12 AE 90 5A 0 11 20 A8 51 26
Octal 22 256 220 132 0 21 40 250 121 46
Binary 10010 10101110 10010000 1011010 0 10001 100000 10101000 1010001 100110

Color Harmonies of #12AE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AE90

Black with #12AE90

Text Example


Text Example

White with #12AE90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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