#12CA7B

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

Shades of Mountain Meadow #12CA7B

Tints of Mountain Meadow #12CA7B

Color information

#12CA7B (or 0x12CA7B) is unknown color: approx Mountain Meadow. HEX triplet: 12, CA and 7B. RGB value is (18,202,123). Sum of RGB (Red+Green+Blue) = 18+202+123=343 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.25% from 343); Green value is 202 (79.30% from 255 or 58.89% from 343); Blue value is 123 (48.44% from 255 or 35.86% from 343); Max value from RGB is 202 - color contains mainly: green. Hex color #12CA7B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12CA7B is #ED3584. Grayscale: #8A8A8A. Windows color (decimal): -15545733 or 8112658. OLE color: 8112658.

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

Color convert

RGB18202123-
CMYK0.9100.390.21
HSL154.24º83.64%43.14%-
HSV(B)154.24º91.09%79.22%-
XYZ24.9543.825.88-
YUV137.98119.5442.42-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.25%
GREEN value IS 202 (79.30% from 255) = 58.89%
BLUE value IS 123 (48.44% from 255) = 35.86%
R=5.25%
G=58.89%
B=35.86%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal182021230.9100.390.21154.2483.6443.14
Hex12CA7B5B027159a542b
Octal223121731330472523212453
Binary100101100101011110111011011010011110101100110101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12CA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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