Html Css Color HEX #12C774 Mountain Meadow

📋 copy color: '#12C774'

red 18 ◦ green 199 ◦ blue 116

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

Shades of Mountain Meadow #12C774

Tints of Mountain Meadow #12C774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 34.83%

R = 5.41%
G = 59.76%
B = 34.83%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#12C774 (or 0x12C774) is known color: Mountain Meadow. HEX triplet: 12, C7 and 74. RGB value is (18,199,116). Sum of RGB (Red+Green+Blue) = 18+199+116=333 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.41% from 333); Green value is 199 (78.12% from 255 or 59.76% from 333); Blue value is 116 (45.70% from 255 or 34.83% from 333); Max value from RGB is 199 - color contains mainly: green. Hex color #12C774 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C774 is #ED388B. Grayscale: #878787. Windows color (decimal): -15546508 or 7653138. OLE color: 7653138.

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

Color convert

RGB 18 199 116 -
CMYK 0.91 0 0.42 0.22
HSL 152.49º 0.83% 0.43% -
HSV(B) 152.49º 0.91% 0.78% -
XYZ 23.83 42.24 23.42 -
YUV 135.42 117.03 44.25 -
System Red Green Blue C M Y K H S L
Decimal 18 199 116 0.91 0 0.42 0.22 152.49 0.83 0.43
Hex 12 C7 74 5B 0 2A 16 98 53 2B
Octal 22 307 164 133 0 52 26 230 123 53
Binary 10010 11000111 1110100 1011011 0 101010 10110 10011000 1010011 101011

Color Harmonies of #12C774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C774

Black with #12C774

Text Example


Text Example

White with #12C774

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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