#12BD70

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

Shades of Mountain Meadow #12BD70

Tints of Mountain Meadow #12BD70

Color information

#12BD70 (or 0x12BD70) is unknown color: approx Mountain Meadow. HEX triplet: 12, BD and 70. RGB value is (18,189,112). Sum of RGB (Red+Green+Blue) = 18+189+112=319 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.64% from 319); Green value is 189 (74.22% from 255 or 59.25% from 319); Blue value is 112 (44.14% from 255 or 35.11% from 319); Max value from RGB is 189 - color contains mainly: green. Hex color #12BD70 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BD70 is #ED428F. Grayscale: #818181. Windows color (decimal): -15549072 or 7388434. OLE color: 7388434.

HSL color Cylindrical-coordinate representation of color #12BD70: hue angle of 152.98º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BD70 is Cyan = 0.90, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB18189112-
CMYK0.9000.410.26
HSL152.98º82.61%40.59%-
HSV(B)152.98º90.48%74.12%-
XYZ21.3737.6921.48-
YUV129.09118.3548.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.64%
GREEN value IS 189 (74.22% from 255) = 59.25%
BLUE value IS 112 (44.14% from 255) = 35.11%
R=5.64%
G=59.25%
B=35.11%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal181891120.9000.410.26152.9882.6140.59
Hex12BD705A0291A995329
Octal222751601320513223112351
Binary100101011110111100001011010010100111010100110011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12BD70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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