#12C770

Color #12C770 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #12C770

Tints of Mountain Meadow #12C770

Color information

#12C770 (or 0x12C770) is unknown color: approx Mountain Meadow. HEX triplet: 12, C7 and 70. RGB value is (18,199,112). Sum of RGB (Red+Green+Blue) = 18+199+112=329 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.47% from 329); Green value is 199 (78.12% from 255 or 60.49% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 199 - color contains mainly: green. Hex color #12C770 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C770 is #ED388F. Grayscale: #878787. Windows color (decimal): -15546512 or 7390994. OLE color: 7390994.

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

Color convert

RGB18199112-
CMYK0.9100.440.22
HSL151.16º83.41%42.55%-
HSV(B)151.16º90.95%78.04%-
XYZ23.642.1522.22-
YUV134.96115.0344.57-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.47%
GREEN value IS 199 (78.12% from 255) = 60.49%
BLUE value IS 112 (44.14% from 255) = 34.04%
R=5.47%
G=60.49%
B=34.04%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal181991120.9100.440.22151.1683.4142.55
Hex12C7705B02C1697532b
Octal223071601330542622712353
Binary100101100011111100001011011010110010110100101111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12C770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #12C770;
 }
 .AnyTagClassName
 {
   color: #12C770;
 }
</style>
background-color css

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

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

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

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

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

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