#12CC73

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

Shades of Mountain Meadow #12CC73

Tints of Mountain Meadow #12CC73

Color information

#12CC73 (or 0x12CC73) is unknown color: approx Mountain Meadow. HEX triplet: 12, CC and 73. RGB value is (18,204,115). Sum of RGB (Red+Green+Blue) = 18+204+115=337 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.34% from 337); Green value is 204 (80.08% from 255 or 60.53% from 337); Blue value is 115 (45.31% from 255 or 34.12% from 337); Max value from RGB is 204 - color contains mainly: green. Hex color #12CC73 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12CC73 is #ED338C. Grayscale: #8A8A8A. Windows color (decimal): -15545229 or 7588882. OLE color: 7588882.

HSL color Cylindrical-coordinate representation of color #12CC73: hue angle of 151.29º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CC73 is Cyan = 0.91, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB18204115-
CMYK0.9100.440.2
HSL151.29º83.78%43.53%-
HSV(B)151.29º91.18%80%-
XYZ24.9444.5523.5-
YUV138.24114.8842.24-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.34%
GREEN value IS 204 (80.08% from 255) = 60.53%
BLUE value IS 115 (45.31% from 255) = 34.12%
R=5.34%
G=60.53%
B=34.12%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal182041150.9100.440.2151.2983.7843.53
Hex12CC735B02C1497542c
Octal223141631330542422712454
Binary100101100110011100111011011010110010100100101111010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12CC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,204,115); }

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

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

 a { background-color: rgb(18,204,115); }

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

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

 span { border-color: rgb(18,204,115); }

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