Html Css Color HEX #12C27D Mountain Meadow

📋 copy color: '#12C27D'

red 18 ◦ green 194 ◦ blue 125

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

Shades of Mountain Meadow #12C27D

Tints of Mountain Meadow #12C27D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.09%

R = 5.34%
G = 57.57%
B = 37.09%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#12C27D (or 0x12C27D) is known color: Mountain Meadow. HEX triplet: 12, C2 and 7D. RGB value is (18,194,125). Sum of RGB (Red+Green+Blue) = 18+194+125=337 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.34% from 337); Green value is 194 (76.17% from 255 or 57.57% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 194 - color contains mainly: green. Hex color #12C27D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C27D is #ED3D82. Grayscale: #858585. Windows color (decimal): -15547779 or 8241682. OLE color: 8241682.

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

Color convert

RGB 18 194 125 -
CMYK 0.91 0 0.36 0.24
HSL 156.48º 0.83% 0.42% -
HSV(B) 156.48º 0.91% 0.76% -
XYZ 23.24 40.19 25.94 -
YUV 133.51 123.19 45.61 -
System Red Green Blue C M Y K H S L
Decimal 18 194 125 0.91 0 0.36 0.24 156.48 0.83 0.42
Hex 12 C2 7D 5B 0 24 18 9C 53 2A
Octal 22 302 175 133 0 44 30 234 123 52
Binary 10010 11000010 1111101 1011011 0 100100 11000 10011100 1010011 101010

Color Harmonies of #12C27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C27D

Black with #12C27D

Text Example


Text Example

White with #12C27D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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