Html Css Color HEX #12C372 Mountain Meadow

📋 copy color: '#12C372'

red 18 ◦ green 195 ◦ blue 114

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

Shades of Mountain Meadow #12C372

Tints of Mountain Meadow #12C372

RGB

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

 GREEN value IS 195 (76.56% from 255) = 59.63%

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

R = 5.5%
G = 59.63%
B = 34.86%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#12C372 (or 0x12C372) is known color: Mountain Meadow. HEX triplet: 12, C3 and 72. RGB value is (18,195,114). Sum of RGB (Red+Green+Blue) = 18+195+114=327 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.50% from 327); Green value is 195 (76.56% from 255 or 59.63% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 195 - color contains mainly: green. Hex color #12C372 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C372 is #ED3C8D. Grayscale: #848484. Windows color (decimal): -15547534 or 7521042. OLE color: 7521042.

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

Color convert

RGB 18 195 114 -
CMYK 0.91 0 0.42 0.24
HSL 152.54º 0.83% 0.42% -
HSV(B) 152.54º 0.91% 0.76% -
XYZ 22.8 40.37 22.51 -
YUV 132.84 117.36 46.09 -
System Red Green Blue C M Y K H S L
Decimal 18 195 114 0.91 0 0.42 0.24 152.54 0.83 0.42
Hex 12 C3 72 5B 0 2A 18 99 53 2A
Octal 22 303 162 133 0 52 30 231 123 52
Binary 10010 11000011 1110010 1011011 0 101010 11000 10011001 1010011 101010

Color Harmonies of #12C372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C372

Black with #12C372

Text Example


Text Example

White with #12C372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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