#12CA7A

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

Shades of Mountain Meadow #12CA7A

Tints of Mountain Meadow #12CA7A

Color information

#12CA7A (or 0x12CA7A) is unknown color: approx Mountain Meadow. HEX triplet: 12, CA and 7A. RGB value is (18,202,122). Sum of RGB (Red+Green+Blue) = 18+202+122=342 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.26% from 342); Green value is 202 (79.30% from 255 or 59.06% from 342); Blue value is 122 (48.05% from 255 or 35.67% from 342); Max value from RGB is 202 - color contains mainly: green. Hex color #12CA7A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12CA7A is #ED3585. Grayscale: #8A8A8A. Windows color (decimal): -15545734 or 8047122. OLE color: 8047122.

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

Color convert

RGB18202122-
CMYK0.9100.400.21
HSL153.91º83.64%43.14%-
HSV(B)153.91º91.09%79.22%-
XYZ24.8843.7725.55-
YUV137.86119.0442.5-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.26%
GREEN value IS 202 (79.30% from 255) = 59.06%
BLUE value IS 122 (48.05% from 255) = 35.67%
R=5.26%
G=59.06%
B=35.67%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal182021220.9100.400.21153.9183.6443.14
Hex12CA7A5B028159a542b
Octal223121721330502523212453
Binary100101100101011110101011011010100010101100110101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12CA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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