#12CA87

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

Shades of Mountain Meadow #12CA87

Tints of Mountain Meadow #12CA87

Color information

#12CA87 (or 0x12CA87) is unknown color: approx Mountain Meadow. HEX triplet: 12, CA and 87. RGB value is (18,202,135). Sum of RGB (Red+Green+Blue) = 18+202+135=355 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.07% from 355); Green value is 202 (79.30% from 255 or 56.90% from 355); Blue value is 135 (53.12% from 255 or 38.03% from 355); Max value from RGB is 202 - color contains mainly: green. Hex color #12CA87 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CA87 is #ED3578. Grayscale: #8B8B8B. Windows color (decimal): -15545721 or 8899090. OLE color: 8899090.

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

Color convert

RGB18202135-
CMYK0.9100.330.21
HSL158.15º83.64%43.14%-
HSV(B)158.15º91.09%79.22%-
XYZ25.7444.1230.08-
YUV139.35125.5441.45-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.07%
GREEN value IS 202 (79.30% from 255) = 56.90%
BLUE value IS 135 (53.12% from 255) = 38.03%
R=5.07%
G=56.90%
B=38.03%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal182021350.9100.330.21158.1583.6443.14
Hex12CA875B021159e542b
Octal223122071330412523612453
Binary1001011001010100001111011011010000110101100111101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12CA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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