Html Css Color HEX #12AB7A Mountain Meadow

📋 copy color: '#12AB7A'

red 18 ◦ green 171 ◦ blue 122

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

Shades of Mountain Meadow #12AB7A

Tints of Mountain Meadow #12AB7A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 54.98%

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

R = 5.79%
G = 54.98%
B = 39.23%

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

#12AB7A (or 0x12AB7A) is known color: Mountain Meadow. HEX triplet: 12, AB and 7A. RGB value is (18,171,122). Sum of RGB (Red+Green+Blue) = 18+171+122=311 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.79% from 311); Green value is 171 (67.19% from 255 or 54.98% from 311); Blue value is 122 (48.05% from 255 or 39.23% from 311); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AB7A is #ED5485. Grayscale: #777777. Windows color (decimal): -15553670 or 8039186. OLE color: 8039186.

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

Color convert

RGB 18 171 122 -
CMYK 0.89 0 0.29 0.33
HSL 160.78º 0.81% 0.37% -
HSV(B) 160.78º 0.89% 0.67% -
XYZ 18.33 30.66 23.36 -
YUV 119.67 129.31 55.48 -
System Red Green Blue C M Y K H S L
Decimal 18 171 122 0.89 0 0.29 0.33 160.78 0.81 0.37
Hex 12 AB 7A 59 0 1D 21 A1 51 25
Octal 22 253 172 131 0 35 41 241 121 45
Binary 10010 10101011 1111010 1011001 0 11101 100001 10100001 1010001 100101

Color Harmonies of #12AB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AB7A

Black with #12AB7A

Text Example


Text Example

White with #12AB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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