Html Css Color HEX #12B477 Mountain Meadow

📋 copy color: '#12B477'

red 18 ◦ green 180 ◦ blue 119

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

Shades of Mountain Meadow #12B477

Tints of Mountain Meadow #12B477

RGB

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

 GREEN value IS 180 (70.7% from 255) = 56.78%

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

R = 5.68%
G = 56.78%
B = 37.54%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#12B477 (or 0x12B477) is known color: Mountain Meadow. HEX triplet: 12, B4 and 77. RGB value is (18,180,119). Sum of RGB (Red+Green+Blue) = 18+180+119=317 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.68% from 317); Green value is 180 (70.70% from 255 or 56.78% from 317); Blue value is 119 (46.88% from 255 or 37.54% from 317); Max value from RGB is 180 - color contains mainly: green. Hex color #12B477 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B477 is #ED4B88. Grayscale: #7C7C7C. Windows color (decimal): -15551369 or 7844882. OLE color: 7844882.

HSL color Cylindrical-coordinate representation of color #12B477: hue angle of 157.41º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B477 is Cyan = 0.9, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB 18 180 119 -
CMYK 0.9 0 0.34 0.29
HSL 157.41º 0.82% 0.39% -
HSV(B) 157.41º 0.9% 0.71% -
XYZ 19.9 34.1 22.99 -
YUV 124.61 124.83 51.96 -
System Red Green Blue C M Y K H S L
Decimal 18 180 119 0.9 0 0.34 0.29 157.41 0.82 0.39
Hex 12 B4 77 5A 0 22 1D 9D 52 27
Octal 22 264 167 132 0 42 35 235 122 47
Binary 10010 10110100 1110111 1011010 0 100010 11101 10011101 1010010 100111

Color Harmonies of #12B477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B477

Black with #12B477

Text Example


Text Example

White with #12B477

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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