Html Css Color HEX #12B77C Mountain Meadow

📋 copy color: '#12B77C'

red 18 ◦ green 183 ◦ blue 124

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

Shades of Mountain Meadow #12B77C

Tints of Mountain Meadow #12B77C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 56.31%

 BLUE value IS 124 (48.83% from 255) = 38.15%

R = 5.54%
G = 56.31%
B = 38.15%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#12B77C (or 0x12B77C) is known color: Mountain Meadow. HEX triplet: 12, B7 and 7C. RGB value is (18,183,124). Sum of RGB (Red+Green+Blue) = 18+183+124=325 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.54% from 325); Green value is 183 (71.88% from 255 or 56.31% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 183 - color contains mainly: green. Hex color #12B77C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B77C is #ED4883. Grayscale: #7F7F7F. Windows color (decimal): -15550596 or 8173330. OLE color: 8173330.

HSL color Cylindrical-coordinate representation of color #12B77C: hue angle of 158.55º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B77C is Cyan = 0.90, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB 18 183 124 -
CMYK 0.90 0 0.32 0.28
HSL 158.55º 0.82% 0.39% -
HSV(B) 158.55º 0.9% 0.72% -
XYZ 20.82 35.45 24.81 -
YUV 126.94 126.34 50.3 -
System Red Green Blue C M Y K H S L
Decimal 18 183 124 0.90 0 0.32 0.28 158.55 0.82 0.39
Hex 12 B7 7C 5A 0 20 1C 9F 52 27
Octal 22 267 174 132 0 40 34 237 122 47
Binary 10010 10110111 1111100 1011010 0 100000 11100 10011111 1010010 100111

Color Harmonies of #12B77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B77C

Black with #12B77C

Text Example


Text Example

White with #12B77C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,183,124); }

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

background-color css

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

 a { background-color: rgb(18,183,124); }

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

border-color css

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

 span { border-color: rgb(18,183,124); }

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