Html Css Color HEX #12B977 Mountain Meadow

📋 copy color: '#12B977'

red 18 ◦ green 185 ◦ blue 119

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

Shades of Mountain Meadow #12B977

Tints of Mountain Meadow #12B977

RGB

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

 GREEN value IS 185 (72.66% from 255) = 57.45%

 BLUE value IS 119 (46.88% from 255) = 36.96%

R = 5.59%
G = 57.45%
B = 36.96%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#12B977 (or 0x12B977) is known color: Mountain Meadow. HEX triplet: 12, B9 and 77. RGB value is (18,185,119). Sum of RGB (Red+Green+Blue) = 18+185+119=322 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.59% from 322); Green value is 185 (72.66% from 255 or 57.45% from 322); Blue value is 119 (46.88% from 255 or 36.96% from 322); Max value from RGB is 185 - color contains mainly: green. Hex color #12B977 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B977 is #ED4688. Grayscale: #7F7F7F. Windows color (decimal): -15550089 or 7846162. OLE color: 7846162.

HSL color Cylindrical-coordinate representation of color #12B977: hue angle of 156.29º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B977 is Cyan = 0.90, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 185 119 -
CMYK 0.90 0 0.36 0.27
HSL 156.29º 0.82% 0.4% -
HSV(B) 156.29º 0.9% 0.73% -
XYZ 20.93 36.16 23.33 -
YUV 127.54 123.17 49.87 -
System Red Green Blue C M Y K H S L
Decimal 18 185 119 0.90 0 0.36 0.27 156.29 0.82 0.4
Hex 12 B9 77 5A 0 24 1B 9C 52 28
Octal 22 271 167 132 0 44 33 234 122 50
Binary 10010 10111001 1110111 1011010 0 100100 11011 10011100 1010010 101000

Color Harmonies of #12B977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B977

Black with #12B977

Text Example


Text Example

White with #12B977

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,185,119); }

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

background-color css

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

 a { background-color: rgb(18,185,119); }

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

border-color css

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

 span { border-color: rgb(18,185,119); }

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