#ADF040

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

Shades of Green Yellow #ADF040

Tints of Green Yellow #ADF040

Color information

#ADF040 (or 0xADF040) is unknown color: approx Green Yellow. HEX triplet: AD, F0 and 40. RGB value is (173,240,64). Sum of RGB (Red+Green+Blue) = 173+240+64=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 240 (94.14% from 255 or 50.31% from 477); Blue value is 64 (25.39% from 255 or 13.42% from 477); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF040 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADF040 is #520FBF. Grayscale: #C8C8C8. Windows color (decimal): -5377984 or 4255917. OLE color: 4255917.

HSL color Cylindrical-coordinate representation of color #ADF040: hue angle of 82.84º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ADF040 is Cyan = 0.28, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB17324064-
CMYK0.2800.730.06
HSL82.84º85.44%59.61%-
HSV(B)82.84º73.33%94.12%-
XYZ49.3271.5716.07-
YUV199.951.3108.81-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.27%
GREEN value IS 240 (94.14% from 255) = 50.31%
BLUE value IS 64 (25.39% from 255) = 13.42%
R=36.27%
G=50.31%
B=13.42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal173240640.2800.730.0682.8485.4459.61
HexADF0401C049653553c
Octal255360100340111612312574
Binary10101101111100001000000111000100100111010100111010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF040; }

 p { color: rgb(173,240,64); }

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

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

 a { background-color: rgb(173,240,64); }

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

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

 span { border-color: rgb(173,240,64); }

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