Html Css Color HEX #12B577 Mountain Meadow

📋 copy color: '#12B577'

red 18 ◦ green 181 ◦ blue 119

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

Shades of Mountain Meadow #12B577

Tints of Mountain Meadow #12B577

RGB

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

 GREEN value IS 181 (71.09% from 255) = 56.92%

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

R = 5.66%
G = 56.92%
B = 37.42%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#12B577 (or 0x12B577) is known color: Mountain Meadow. HEX triplet: 12, B5 and 77. RGB value is (18,181,119). Sum of RGB (Red+Green+Blue) = 18+181+119=318 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.66% from 318); Green value is 181 (71.09% from 255 or 56.92% from 318); Blue value is 119 (46.88% from 255 or 37.42% from 318); Max value from RGB is 181 - color contains mainly: green. Hex color #12B577 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B577 is #ED4A88. Grayscale: #7D7D7D. Windows color (decimal): -15551113 or 7845138. OLE color: 7845138.

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

Color convert

RGB 18 181 119 -
CMYK 0.90 0 0.34 0.29
HSL 157.18º 0.82% 0.39% -
HSV(B) 157.18º 0.9% 0.71% -
XYZ 20.1 34.51 23.05 -
YUV 125.2 124.5 51.54 -
System Red Green Blue C M Y K H S L
Decimal 18 181 119 0.90 0 0.34 0.29 157.18 0.82 0.39
Hex 12 B5 77 5A 0 22 1D 9D 52 27
Octal 22 265 167 132 0 42 35 235 122 47
Binary 10010 10110101 1110111 1011010 0 100010 11101 10011101 1010010 100111

Color Harmonies of #12B577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B577

Black with #12B577

Text Example


Text Example

White with #12B577

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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