Html Css Color HEX #12A87D Mountain Meadow

📋 copy color: '#12A87D'

red 18 ◦ green 168 ◦ blue 125

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

Shades of Mountain Meadow #12A87D

Tints of Mountain Meadow #12A87D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 54.02%

 BLUE value IS 125 (49.22% from 255) = 40.19%

R = 5.79%
G = 54.02%
B = 40.19%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#12A87D (or 0x12A87D) is known color: Mountain Meadow. HEX triplet: 12, A8 and 7D. RGB value is (18,168,125). Sum of RGB (Red+Green+Blue) = 18+168+125=311 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.79% from 311); Green value is 168 (66.02% from 255 or 54.02% from 311); Blue value is 125 (49.22% from 255 or 40.19% from 311); Max value from RGB is 168 - color contains mainly: green. Hex color #12A87D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A87D is #ED5782. Grayscale: #767676. Windows color (decimal): -15554435 or 8235026. OLE color: 8235026.

HSL color Cylindrical-coordinate representation of color #12A87D: hue angle of 162.8º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A87D is Cyan = 0.89, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB 18 168 125 -
CMYK 0.89 0 0.26 0.34
HSL 162.8º 0.81% 0.36% -
HSV(B) 162.8º 0.89% 0.66% -
XYZ 17.95 29.61 24.17 -
YUV 118.25 131.81 56.5 -
System Red Green Blue C M Y K H S L
Decimal 18 168 125 0.89 0 0.26 0.34 162.8 0.81 0.36
Hex 12 A8 7D 59 0 1A 22 A3 51 24
Octal 22 250 175 131 0 32 42 243 121 44
Binary 10010 10101000 1111101 1011001 0 11010 100010 10100011 1010001 100100

Color Harmonies of #12A87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A87D

Black with #12A87D

Text Example


Text Example

White with #12A87D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,168,125); }

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

background-color css

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

 a { background-color: rgb(18,168,125); }

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

border-color css

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

 span { border-color: rgb(18,168,125); }

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