#7AED14

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

Shades of Lawn Green #7AED14

Tints of Lawn Green #7AED14

Color information

#7AED14 (or 0x7AED14) is unknown color: approx Lawn Green. HEX triplet: 7A, ED and 14. RGB value is (122,237,20). Sum of RGB (Red+Green+Blue) = 122+237+20=379 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.19% from 379); Green value is 237 (92.97% from 255 or 62.53% from 379); Blue value is 20 (8.20% from 255 or 5.28% from 379); Max value from RGB is 237 - color contains mainly: green. Hex color #7AED14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7AED14 is #8512EB. Grayscale: #B2B2B2. Windows color (decimal): -8721132 or 1371514. OLE color: 1371514.

HSL color Cylindrical-coordinate representation of color #7AED14: hue angle of 91.8º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7AED14 is Cyan = 0.49, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB12223720-
CMYK0.4900.920.07
HSL91.8º85.77%50.39%-
HSV(B)91.8º91.56%92.94%-
XYZ38.4464.7611.14-
YUV177.8838.988.14-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.19%
GREEN value IS 237 (92.97% from 255) = 62.53%
BLUE value IS 20 (8.20% from 255) = 5.28%
R=32.19%
G=62.53%
B=5.28%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal122237200.4900.920.0791.885.7750.39
Hex7AED143105C75c5632
Octal17235524610134713412662
Binary111101011101101101001100010101110011110111001010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AED14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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