Html Css Color HEX #12AD7A Mountain Meadow

📋 copy color: '#12AD7A'

red 18 ◦ green 173 ◦ blue 122

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

Shades of Mountain Meadow #12AD7A

Tints of Mountain Meadow #12AD7A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 55.27%

 BLUE value IS 122 (48.05% from 255) = 38.98%

R = 5.75%
G = 55.27%
B = 38.98%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#12AD7A (or 0x12AD7A) is known color: Mountain Meadow. HEX triplet: 12, AD and 7A. RGB value is (18,173,122). Sum of RGB (Red+Green+Blue) = 18+173+122=313 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.75% from 313); Green value is 173 (67.97% from 255 or 55.27% from 313); Blue value is 122 (48.05% from 255 or 38.98% from 313); Max value from RGB is 173 - color contains mainly: green. Hex color #12AD7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AD7A is #ED5285. Grayscale: #787878. Windows color (decimal): -15553158 or 8039698. OLE color: 8039698.

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

Color convert

RGB 18 173 122 -
CMYK 0.90 0 0.29 0.32
HSL 160.26º 0.81% 0.37% -
HSV(B) 160.26º 0.9% 0.68% -
XYZ 18.71 31.42 23.49 -
YUV 120.84 128.65 54.65 -
System Red Green Blue C M Y K H S L
Decimal 18 173 122 0.90 0 0.29 0.32 160.26 0.81 0.37
Hex 12 AD 7A 5A 0 1D 20 A0 51 25
Octal 22 255 172 132 0 35 40 240 121 45
Binary 10010 10101101 1111010 1011010 0 11101 100000 10100000 1010001 100101

Color Harmonies of #12AD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AD7A

Black with #12AD7A

Text Example


Text Example

White with #12AD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,173,122); }

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

background-color css

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

 a { background-color: rgb(18,173,122); }

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

border-color css

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

 span { border-color: rgb(18,173,122); }

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