#7ad014

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

Shades of Lima #7AD014

Tints of Lima #7AD014

Color information

#7AD014 (or 0x7AD014) is unknown color: approx Lima. HEX triplet: 7A, D0 and 14. RGB value is (122,208,20). Sum of RGB (Red+Green+Blue) = 122+208+20=350 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.86% from 350); Green value is 208 (81.64% from 255 or 59.43% from 350); Blue value is 20 (8.20% from 255 or 5.71% from 350); Max value from RGB is 208 - color contains mainly: green. Hex color #7AD014 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AD014 is #852FEB. Grayscale: #A1A1A1. Windows color (decimal): -8728556 or 1364090. OLE color: 1364090.

HSL color Cylindrical-coordinate representation of color #7AD014: hue angle of 87.45º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7AD014 is Cyan = 0.41, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB12220820-
CMYK0.4100.900.18
HSL87.45º82.46%44.71%-
HSV(B)87.45º90.38%81.57%-
XYZ30.7149.38.56-
YUV160.8548.51100.29-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.86%
GREEN value IS 208 (81.64% from 255) = 59.43%
BLUE value IS 20 (8.20% from 255) = 5.71%
R=34.86%
G=59.43%
B=5.71%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal122208200.4100.900.1887.4582.4644.71
Hex7AD0142905A1257522d
Octal172320245101322212712255
Binary11110101101000010100101001010110101001010101111010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ad014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,208,20); }

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

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

 a { background-color: rgb(122,208,20); }

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

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

 span { border-color: rgb(122,208,20); }

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