#12CA77

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

Shades of Mountain Meadow #12CA77

Tints of Mountain Meadow #12CA77

Color information

#12CA77 (or 0x12CA77) is unknown color: approx Mountain Meadow. HEX triplet: 12, CA and 77. RGB value is (18,202,119). Sum of RGB (Red+Green+Blue) = 18+202+119=339 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.31% from 339); Green value is 202 (79.30% from 255 or 59.59% from 339); Blue value is 119 (46.88% from 255 or 35.10% from 339); Max value from RGB is 202 - color contains mainly: green. Hex color #12CA77 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12CA77 is #ED3588. Grayscale: #898989. Windows color (decimal): -15545737 or 7850514. OLE color: 7850514.

HSL color Cylindrical-coordinate representation of color #12CA77: hue angle of 152.93º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CA77 is Cyan = 0.91, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB18202119-
CMYK0.9100.410.21
HSL152.93º83.64%43.14%-
HSV(B)152.93º91.09%79.22%-
XYZ24.743.724.59-
YUV137.52117.5442.75-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.31%
GREEN value IS 202 (79.30% from 255) = 59.59%
BLUE value IS 119 (46.88% from 255) = 35.10%
R=5.31%
G=59.59%
B=35.10%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal182021190.9100.410.21152.9383.6443.14
Hex12CA775B0291599542b
Octal223121671330512523112453
Binary100101100101011101111011011010100110101100110011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12CA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,202,119); }

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

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

 a { background-color: rgb(18,202,119); }

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

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

 span { border-color: rgb(18,202,119); }

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