#12CA85

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

Shades of Mountain Meadow #12CA85

Tints of Mountain Meadow #12CA85

Color information

#12CA85 (or 0x12CA85) is unknown color: approx Mountain Meadow. HEX triplet: 12, CA and 85. RGB value is (18,202,133). Sum of RGB (Red+Green+Blue) = 18+202+133=353 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.10% from 353); Green value is 202 (79.30% from 255 or 57.22% from 353); Blue value is 133 (52.34% from 255 or 37.68% from 353); Max value from RGB is 202 - color contains mainly: green. Hex color #12CA85 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CA85 is #ED357A. Grayscale: #8B8B8B. Windows color (decimal): -15545723 or 8768018. OLE color: 8768018.

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

Color convert

RGB18202133-
CMYK0.9100.340.21
HSL157.5º83.64%43.14%-
HSV(B)157.5º91.09%79.22%-
XYZ25.644.0629.35-
YUV139.12124.5441.61-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.10%
GREEN value IS 202 (79.30% from 255) = 57.22%
BLUE value IS 133 (52.34% from 255) = 37.68%
R=5.10%
G=57.22%
B=37.68%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal182021330.9100.340.21157.583.6443.14
Hex12CA855B022159e542b
Octal223122051330422523612453
Binary1001011001010100001011011011010001010101100111101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12CA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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