#7ACA17

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

Shades of Lima #7ACA17

Tints of Lima #7ACA17

Color information

#7ACA17 (or 0x7ACA17) is unknown color: approx Lima. HEX triplet: 7A, CA and 17. RGB value is (122,202,23). Sum of RGB (Red+Green+Blue) = 122+202+23=347 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.16% from 347); Green value is 202 (79.30% from 255 or 58.21% from 347); Blue value is 23 (9.38% from 255 or 6.63% from 347); Max value from RGB is 202 - color contains mainly: green. Hex color #7ACA17 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ACA17 is #8535E8. Grayscale: #9E9E9E. Windows color (decimal): -8730089 or 1559162. OLE color: 1559162.

HSL color Cylindrical-coordinate representation of color #7ACA17: hue angle of 86.82º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7ACA17 is Cyan = 0.40, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB12220223-
CMYK0.4000.890.21
HSL86.82º79.56%44.12%-
HSV(B)86.82º88.61%79.22%-
XYZ29.346.448.23-
YUV157.6752102.55-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.16%
GREEN value IS 202 (79.30% from 255) = 58.21%
BLUE value IS 23 (9.38% from 255) = 6.63%
R=35.16%
G=58.21%
B=6.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal122202230.4000.890.2186.8279.5644.12
Hex7ACA17280591557502c
Octal172312275001312512712054
Binary11110101100101010111101000010110011010110101111010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACA17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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