Html Css Color HEX #12C072 Mountain Meadow

📋 copy color: '#12C072'

red 18 ◦ green 192 ◦ blue 114

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

Shades of Mountain Meadow #12C072

Tints of Mountain Meadow #12C072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 35.19%

R = 5.56%
G = 59.26%
B = 35.19%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#12C072 (or 0x12C072) is known color: Mountain Meadow. HEX triplet: 12, C0 and 72. RGB value is (18,192,114). Sum of RGB (Red+Green+Blue) = 18+192+114=324 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.56% from 324); Green value is 192 (75.39% from 255 or 59.26% from 324); Blue value is 114 (44.92% from 255 or 35.19% from 324); Max value from RGB is 192 - color contains mainly: green. Hex color #12C072 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C072 is #ED3F8D. Grayscale: #838383. Windows color (decimal): -15548302 or 7520274. OLE color: 7520274.

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

Color convert

RGB 18 192 114 -
CMYK 0.91 0 0.41 0.25
HSL 153.1º 0.83% 0.41% -
HSV(B) 153.1º 0.91% 0.75% -
XYZ 22.14 39.04 22.29 -
YUV 131.08 118.35 47.34 -
System Red Green Blue C M Y K H S L
Decimal 18 192 114 0.91 0 0.41 0.25 153.1 0.83 0.41
Hex 12 C0 72 5B 0 29 19 99 53 29
Octal 22 300 162 133 0 51 31 231 123 51
Binary 10010 11000000 1110010 1011011 0 101001 11001 10011001 1010011 101001

Color Harmonies of #12C072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C072

Black with #12C072

Text Example


Text Example

White with #12C072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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