Html Css Color HEX #12AA7B Mountain Meadow

📋 copy color: '#12AA7B'

red 18 ◦ green 170 ◦ blue 123

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

Shades of Mountain Meadow #12AA7B

Tints of Mountain Meadow #12AA7B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 54.66%

 BLUE value IS 123 (48.44% from 255) = 39.55%

R = 5.79%
G = 54.66%
B = 39.55%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#12AA7B (or 0x12AA7B) is known color: Mountain Meadow. HEX triplet: 12, AA and 7B. RGB value is (18,170,123). Sum of RGB (Red+Green+Blue) = 18+170+123=311 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.79% from 311); Green value is 170 (66.80% from 255 or 54.66% from 311); Blue value is 123 (48.44% from 255 or 39.55% from 311); Max value from RGB is 170 - color contains mainly: green. Hex color #12AA7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AA7B is #ED5584. Grayscale: #777777. Windows color (decimal): -15553925 or 8104466. OLE color: 8104466.

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

Color convert

RGB 18 170 123 -
CMYK 0.89 0 0.28 0.33
HSL 161.45º 0.81% 0.37% -
HSV(B) 161.45º 0.89% 0.67% -
XYZ 18.2 30.31 23.63 -
YUV 119.19 130.14 55.82 -
System Red Green Blue C M Y K H S L
Decimal 18 170 123 0.89 0 0.28 0.33 161.45 0.81 0.37
Hex 12 AA 7B 59 0 1C 21 A1 51 25
Octal 22 252 173 131 0 34 41 241 121 45
Binary 10010 10101010 1111011 1011001 0 11100 100001 10100001 1010001 100101

Color Harmonies of #12AA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AA7B

Black with #12AA7B

Text Example


Text Example

White with #12AA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,170,123); }

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

background-color css

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

 a { background-color: rgb(18,170,123); }

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

border-color css

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

 span { border-color: rgb(18,170,123); }

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