Html Css Color HEX #12C67F Mountain Meadow

📋 copy color: '#12C67F'

red 18 ◦ green 198 ◦ blue 127

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

Shades of Mountain Meadow #12C67F

Tints of Mountain Meadow #12C67F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 57.73%

 BLUE value IS 127 (50% from 255) = 37.03%

R = 5.25%
G = 57.73%
B = 37.03%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#12C67F (or 0x12C67F) is known color: Mountain Meadow. HEX triplet: 12, C6 and 7F. RGB value is (18,198,127). Sum of RGB (Red+Green+Blue) = 18+198+127=343 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.25% from 343); Green value is 198 (77.73% from 255 or 57.73% from 343); Blue value is 127 (50% from 255 or 37.03% from 343); Max value from RGB is 198 - color contains mainly: green. Hex color #12C67F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C67F is #ED3980. Grayscale: #888888. Windows color (decimal): -15546753 or 8373778. OLE color: 8373778.

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

Color convert

RGB 18 198 127 -
CMYK 0.91 0 0.36 0.22
HSL 156.33º 0.83% 0.42% -
HSV(B) 156.33º 0.91% 0.78% -
XYZ 24.27 42.05 26.92 -
YUV 136.09 122.87 43.77 -
System Red Green Blue C M Y K H S L
Decimal 18 198 127 0.91 0 0.36 0.22 156.33 0.83 0.42
Hex 12 C6 7F 5B 0 24 16 9C 53 2A
Octal 22 306 177 133 0 44 26 234 123 52
Binary 10010 11000110 1111111 1011011 0 100100 10110 10011100 1010011 101010

Color Harmonies of #12C67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C67F

Black with #12C67F

Text Example


Text Example

White with #12C67F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,198,127); }

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

background-color css

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

 a { background-color: rgb(18,198,127); }

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

border-color css

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

 span { border-color: rgb(18,198,127); }

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