Html Css Color HEX #12C76F Mountain Meadow

📋 copy color: '#12C76F'

red 18 ◦ green 199 ◦ blue 111

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

Shades of Mountain Meadow #12C76F

Tints of Mountain Meadow #12C76F

RGB

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

 GREEN value IS 199 (78.13% from 255) = 60.67%

 BLUE value IS 111 (43.75% from 255) = 33.84%

R = 5.49%
G = 60.67%
B = 33.84%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#12C76F (or 0x12C76F) is known color: Mountain Meadow. HEX triplet: 12, C7 and 6F. RGB value is (18,199,111). Sum of RGB (Red+Green+Blue) = 18+199+111=328 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.49% from 328); Green value is 199 (78.12% from 255 or 60.67% from 328); Blue value is 111 (43.75% from 255 or 33.84% from 328); Max value from RGB is 199 - color contains mainly: green. Hex color #12C76F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C76F is #ED3890. Grayscale: #878787. Windows color (decimal): -15546513 or 7325458. OLE color: 7325458.

HSL color Cylindrical-coordinate representation of color #12C76F: hue angle of 150.83º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C76F is Cyan = 0.91, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 18 199 111 -
CMYK 0.91 0 0.44 0.22
HSL 150.83º 0.83% 0.43% -
HSV(B) 150.83º 0.91% 0.78% -
XYZ 23.54 42.12 21.93 -
YUV 134.85 114.53 44.66 -
System Red Green Blue C M Y K H S L
Decimal 18 199 111 0.91 0 0.44 0.22 150.83 0.83 0.43
Hex 12 C7 6F 5B 0 2C 16 97 53 2B
Octal 22 307 157 133 0 54 26 227 123 53
Binary 10010 11000111 1101111 1011011 0 101100 10110 10010111 1010011 101011

Color Harmonies of #12C76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C76F

Black with #12C76F

Text Example


Text Example

White with #12C76F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,199,111); }

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

background-color css

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

 a { background-color: rgb(18,199,111); }

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

border-color css

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

 span { border-color: rgb(18,199,111); }

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