Html Css Color HEX #12C86E Mountain Meadow

📋 copy color: '#12C86E'

red 18 ◦ green 200 ◦ blue 110

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

Shades of Mountain Meadow #12C86E

Tints of Mountain Meadow #12C86E

RGB

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

 GREEN value IS 200 (78.52% from 255) = 60.98%

 BLUE value IS 110 (43.36% from 255) = 33.54%

R = 5.49%
G = 60.98%
B = 33.54%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#12C86E (or 0x12C86E) is known color: Mountain Meadow. HEX triplet: 12, C8 and 6E. RGB value is (18,200,110). Sum of RGB (Red+Green+Blue) = 18+200+110=328 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.49% from 328); Green value is 200 (78.52% from 255 or 60.98% from 328); Blue value is 110 (43.36% from 255 or 33.54% from 328); Max value from RGB is 200 - color contains mainly: green. Hex color #12C86E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C86E is #ED3791. Grayscale: #878787. Windows color (decimal): -15546258 or 7260178. OLE color: 7260178.

HSL color Cylindrical-coordinate representation of color #12C86E: hue angle of 150.33º 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 #12C86E is Cyan = 0.91, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB 18 200 110 -
CMYK 0.91 0 0.45 0.22
HSL 150.33º 0.83% 0.43% -
HSV(B) 150.33º 0.91% 0.78% -
XYZ 23.72 42.56 21.72 -
YUV 135.32 113.7 44.32 -
System Red Green Blue C M Y K H S L
Decimal 18 200 110 0.91 0 0.45 0.22 150.33 0.83 0.43
Hex 12 C8 6E 5B 0 2D 16 96 53 2B
Octal 22 310 156 133 0 55 26 226 123 53
Binary 10010 11001000 1101110 1011011 0 101101 10110 10010110 1010011 101011

Color Harmonies of #12C86E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C86E

Black with #12C86E

Text Example


Text Example

White with #12C86E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,200,110); }

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

background-color css

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

 a { background-color: rgb(18,200,110); }

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

border-color css

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

 span { border-color: rgb(18,200,110); }

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