#7ACA12

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

Shades of Lima #7ACA12

Tints of Lima #7ACA12

Color information

#7ACA12 (or 0x7ACA12) is unknown color: approx Lima. HEX triplet: 7A, CA and 12. RGB value is (122,202,18). Sum of RGB (Red+Green+Blue) = 122+202+18=342 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.67% from 342); Green value is 202 (79.30% from 255 or 59.06% from 342); Blue value is 18 (7.42% from 255 or 5.26% from 342); Max value from RGB is 202 - color contains mainly: green. Hex color #7ACA12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ACA12 is #8535ED. Grayscale: #9D9D9D. Windows color (decimal): -8730094 or 1231482. OLE color: 1231482.

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

Color convert

RGB12220218-
CMYK0.4000.910.21
HSL86.09º83.64%43.14%-
HSV(B)86.09º91.09%79.22%-
XYZ29.2646.427.99-
YUV157.149.5102.96-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal122202180.4000.910.2186.0983.6443.14
Hex7ACA122805B1556542b
Octal172312225001332512612453
Binary11110101100101010010101000010110111010110101101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACA12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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