Html Css Color HEX #12C074 Mountain Meadow

📋 copy color: '#12C074'

red 18 ◦ green 192 ◦ blue 116

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

Shades of Mountain Meadow #12C074

Tints of Mountain Meadow #12C074

RGB

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

 GREEN value IS 192 (75.39% from 255) = 58.9%

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

R = 5.52%
G = 58.9%
B = 35.58%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#12C074 (or 0x12C074) is known color: Mountain Meadow. HEX triplet: 12, C0 and 74. RGB value is (18,192,116). Sum of RGB (Red+Green+Blue) = 18+192+116=326 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.52% from 326); Green value is 192 (75.39% from 255 or 58.90% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 192 - color contains mainly: green. Hex color #12C074 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C074 is #ED3F8B. Grayscale: #838383. Windows color (decimal): -15548300 or 7651346. OLE color: 7651346.

HSL color Cylindrical-coordinate representation of color #12C074: hue angle of 153.79º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C074 is Cyan = 0.91, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 192 116 -
CMYK 0.91 0 0.40 0.25
HSL 153.79º 0.83% 0.41% -
HSV(B) 153.79º 0.91% 0.75% -
XYZ 22.25 39.09 22.9 -
YUV 131.31 119.35 47.18 -
System Red Green Blue C M Y K H S L
Decimal 18 192 116 0.91 0 0.40 0.25 153.79 0.83 0.41
Hex 12 C0 74 5B 0 28 19 9A 53 29
Octal 22 300 164 133 0 50 31 232 123 51
Binary 10010 11000000 1110100 1011011 0 101000 11001 10011010 1010011 101001

Color Harmonies of #12C074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C074

Black with #12C074

Text Example


Text Example

White with #12C074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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