#7AC801

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

Shades of Lima #7AC801

Tints of Lima #7AC801

Color information

#7AC801 (or 0x7AC801) is unknown color: approx Lima. HEX triplet: 7A, C8 and 01. RGB value is (122,200,1). Sum of RGB (Red+Green+Blue) = 122+200+1=323 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.77% from 323); Green value is 200 (78.52% from 255 or 61.92% from 323); Blue value is 1 (0.78% from 255 or 0.31% from 323); Max value from RGB is 200 - color contains mainly: green. Hex color #7AC801 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AC801 is #8537FE. Grayscale: #9A9A9A. Windows color (decimal): -8730623 or 116858. OLE color: 116858.

HSL color Cylindrical-coordinate representation of color #7AC801: hue angle of 83.52º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7AC801 is Cyan = 0.39, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.22.

Color convert

RGB1222001-
CMYK0.3901.000.22
HSL83.52º99%39.41%-
HSV(B)83.52º99.5%78.43%-
XYZ28.6945.457.29-
YUV153.9941.66105.18-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.77%
GREEN value IS 200 (78.52% from 255) = 61.92%
BLUE value IS 1 (0.78% from 255) = 0.31%
R=37.77%
G=61.92%
B=0.31%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal12220010.3901.000.2283.529939.41
Hex7AC812706416546327
Octal17231014701442612414347
Binary1111010110010001100111011001001011010101001100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,200,1); }

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

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

 a { background-color: rgb(122,200,1); }

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

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

 span { border-color: rgb(122,200,1); }

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