#7ADA0D

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

Shades of Lawn Green #7ADA0D

Tints of Lawn Green #7ADA0D

Color information

#7ADA0D (or 0x7ADA0D) is unknown color: approx Lawn Green. HEX triplet: 7A, DA and 0D. RGB value is (122,218,13). Sum of RGB (Red+Green+Blue) = 122+218+13=353 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.56% from 353); Green value is 218 (85.55% from 255 or 61.76% from 353); Blue value is 13 (5.47% from 255 or 3.68% from 353); Max value from RGB is 218 - color contains mainly: green. Hex color #7ADA0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ADA0D is #8525F2. Grayscale: #A6A6A6. Windows color (decimal): -8726003 or 907898. OLE color: 907898.

HSL color Cylindrical-coordinate representation of color #7ADA0D: hue angle of 88.1º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7ADA0D is Cyan = 0.44, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB12221813-
CMYK0.4400.940.15
HSL88.1º88.74%45.29%-
HSV(B)88.1º94.04%85.49%-
XYZ33.1754.319.12-
YUV165.9341.796.67-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.56%
GREEN value IS 218 (85.55% from 255) = 61.76%
BLUE value IS 13 (5.47% from 255) = 3.68%
R=34.56%
G=61.76%
B=3.68%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal122218130.4400.940.1588.188.7445.29
Hex7ADAD2C05EF58592d
Octal172332155401361713013155
Binary111101011011010110110110001011110111110110001011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ADA0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,218,13); }

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

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

 a { background-color: rgb(122,218,13); }

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

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

 span { border-color: rgb(122,218,13); }

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