Html Css Color HEX #12C276 Mountain Meadow

📋 copy color: '#12C276'

red 18 ◦ green 194 ◦ blue 118

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

Shades of Mountain Meadow #12C276

Tints of Mountain Meadow #12C276

RGB

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

 GREEN value IS 194 (76.17% from 255) = 58.79%

 BLUE value IS 118 (46.48% from 255) = 35.76%

R = 5.45%
G = 58.79%
B = 35.76%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#12C276 (or 0x12C276) is known color: Mountain Meadow. HEX triplet: 12, C2 and 76. RGB value is (18,194,118). Sum of RGB (Red+Green+Blue) = 18+194+118=330 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.45% from 330); Green value is 194 (76.17% from 255 or 58.79% from 330); Blue value is 118 (46.48% from 255 or 35.76% from 330); Max value from RGB is 194 - color contains mainly: green. Hex color #12C276 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C276 is #ED3D89. Grayscale: #848484. Windows color (decimal): -15547786 or 7782930. OLE color: 7782930.

HSL color Cylindrical-coordinate representation of color #12C276: hue angle of 154.09º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C276 is Cyan = 0.91, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 18 194 118 -
CMYK 0.91 0 0.39 0.24
HSL 154.09º 0.83% 0.42% -
HSV(B) 154.09º 0.91% 0.76% -
XYZ 22.81 40.02 23.66 -
YUV 132.71 119.69 46.18 -
System Red Green Blue C M Y K H S L
Decimal 18 194 118 0.91 0 0.39 0.24 154.09 0.83 0.42
Hex 12 C2 76 5B 0 27 18 9A 53 2A
Octal 22 302 166 133 0 47 30 232 123 52
Binary 10010 11000010 1110110 1011011 0 100111 11000 10011010 1010011 101010

Color Harmonies of #12C276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C276

Black with #12C276

Text Example


Text Example

White with #12C276

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,194,118); }

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

background-color css

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

 a { background-color: rgb(18,194,118); }

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

border-color css

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

 span { border-color: rgb(18,194,118); }

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