Html Css Color HEX #12C27A Mountain Meadow

📋 copy color: '#12C27A'

red 18 ◦ green 194 ◦ blue 122

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

Shades of Mountain Meadow #12C27A

Tints of Mountain Meadow #12C27A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 36.53%

R = 5.39%
G = 58.08%
B = 36.53%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#12C27A (or 0x12C27A) is known color: Mountain Meadow. HEX triplet: 12, C2 and 7A. RGB value is (18,194,122). Sum of RGB (Red+Green+Blue) = 18+194+122=334 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.39% from 334); Green value is 194 (76.17% from 255 or 58.08% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 194 - color contains mainly: green. Hex color #12C27A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C27A is #ED3D85. Grayscale: #858585. Windows color (decimal): -15547782 or 8045074. OLE color: 8045074.

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

Color convert

RGB 18 194 122 -
CMYK 0.91 0 0.37 0.24
HSL 155.45º 0.83% 0.42% -
HSV(B) 155.45º 0.91% 0.76% -
XYZ 23.05 40.12 24.94 -
YUV 133.17 121.69 45.85 -
System Red Green Blue C M Y K H S L
Decimal 18 194 122 0.91 0 0.37 0.24 155.45 0.83 0.42
Hex 12 C2 7A 5B 0 25 18 9B 53 2A
Octal 22 302 172 133 0 45 30 233 123 52
Binary 10010 11000010 1111010 1011011 0 100101 11000 10011011 1010011 101010

Color Harmonies of #12C27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C27A

Black with #12C27A

Text Example


Text Example

White with #12C27A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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