Html Css Color HEX #12AD87 Mountain Meadow

📋 copy color: '#12AD87'

red 18 ◦ green 173 ◦ blue 135

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

Shades of Mountain Meadow #12AD87

Tints of Mountain Meadow #12AD87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 41.41%

R = 5.52%
G = 53.07%
B = 41.41%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.22

 K value IS 0.32

RGB Variations

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

Color information

#12AD87 (or 0x12AD87) is known color: Mountain Meadow. HEX triplet: 12, AD and 87. RGB value is (18,173,135). Sum of RGB (Red+Green+Blue) = 18+173+135=326 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.52% from 326); Green value is 173 (67.97% from 255 or 53.07% from 326); Blue value is 135 (53.12% from 255 or 41.41% from 326); Max value from RGB is 173 - color contains mainly: green. Hex color #12AD87 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AD87 is #ED5278. Grayscale: #7A7A7A. Windows color (decimal): -15553145 or 8891666. OLE color: 8891666.

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

Color convert

RGB 18 173 135 -
CMYK 0.90 0 0.22 0.32
HSL 165.29º 0.81% 0.37% -
HSV(B) 165.29º 0.9% 0.68% -
XYZ 19.57 31.77 28.02 -
YUV 122.32 135.15 53.59 -
System Red Green Blue C M Y K H S L
Decimal 18 173 135 0.90 0 0.22 0.32 165.29 0.81 0.37
Hex 12 AD 87 5A 0 16 20 A5 51 25
Octal 22 255 207 132 0 26 40 245 121 45
Binary 10010 10101101 10000111 1011010 0 10110 100000 10100101 1010001 100101

Color Harmonies of #12AD87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AD87

Black with #12AD87

Text Example


Text Example

White with #12AD87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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