#7ADA2D

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

Shades of Yellow Green #7ADA2D

Tints of Yellow Green #7ADA2D

Color information

#7ADA2D (or 0x7ADA2D) is unknown color: approx Yellow Green. HEX triplet: 7A, DA and 2D. RGB value is (122,218,45). Sum of RGB (Red+Green+Blue) = 122+218+45=385 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.69% from 385); Green value is 218 (85.55% from 255 or 56.62% from 385); Blue value is 45 (17.97% from 255 or 11.69% from 385); Max value from RGB is 218 - color contains mainly: green. Hex color #7ADA2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ADA2D is #8525D2. Grayscale: #AAAAAA. Windows color (decimal): -8725971 or 3005050. OLE color: 3005050.

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

Color convert

RGB12221845-
CMYK0.4400.790.15
HSL93.29º70.04%51.57%-
HSV(B)93.29º79.36%85.49%-
XYZ33.5754.4711.23-
YUV169.5757.794.07-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.69%
GREEN value IS 218 (85.55% from 255) = 56.62%
BLUE value IS 45 (17.97% from 255) = 11.69%
R=31.69%
G=56.62%
B=11.69%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal122218450.4400.790.1593.2970.0451.57
Hex7ADA2D2C04FF5d4634
Octal172332555401171713510664
Binary11110101101101010110110110001001111111110111011000110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ADA2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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