#7CA212

Color #7CA212 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #7CA212

Tints of Lima #7CA212

Color information

#7CA212 (or 0x7CA212) is unknown color: approx Lima. HEX triplet: 7C, A2 and 12. RGB value is (124,162,18). Sum of RGB (Red+Green+Blue) = 124+162+18=304 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.79% from 304); Green value is 162 (63.67% from 255 or 53.29% from 304); Blue value is 18 (7.42% from 255 or 5.92% from 304); Max value from RGB is 162 - color contains mainly: green. Hex color #7CA212 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CA212 is #835DED. Grayscale: #868686. Windows color (decimal): -8609262 or 1221244. OLE color: 1221244.

HSL color Cylindrical-coordinate representation of color #7CA212: hue angle of 75.83º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7CA212 is Cyan = 0.23, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB12416218-
CMYK0.2300.890.36
HSL75.83º80%35.29%-
HSV(B)75.83º88.89%63.53%-
XYZ21.3430.175.27-
YUV134.2262.41120.71-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.79%
GREEN value IS 162 (63.67% from 255) = 53.29%
BLUE value IS 18 (7.42% from 255) = 5.92%
R=40.79%
G=53.29%
B=5.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal124162180.2300.890.3675.838035.29
Hex7CA21217059244c5023
Octal174242222701314411412043
Binary11111001010001010010101110101100110010010011001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7CA212; }

 p { color: rgb(124,162,18); }

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

<style>
 a { background-color: #7CA212; }

 a { background-color: rgb(124,162,18); }

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

<style>
 span { border-color: #7CA212; }

 span { border-color: rgb(124,162,18); }

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