#ADFB46

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

Shades of Green Yellow #ADFB46

Tints of Green Yellow #ADFB46

Color information

#ADFB46 (or 0xADFB46) is unknown color: approx Green Yellow. HEX triplet: AD, FB and 46. RGB value is (173,251,70). Sum of RGB (Red+Green+Blue) = 173+251+70=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 251 (98.44% from 255 or 50.81% from 494); Blue value is 70 (27.73% from 255 or 14.17% from 494); Max value from RGB is 251 - color contains mainly: green. Hex color #ADFB46 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADFB46 is #5204B9. Grayscale: #CFCFCF. Windows color (decimal): -5375162 or 4651949. OLE color: 4651949.

HSL color Cylindrical-coordinate representation of color #ADFB46: hue angle of 85.86º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ADFB46 is Cyan = 0.31, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB17325170-
CMYK0.3100.720.02
HSL85.86º95.77%62.94%-
HSV(B)85.86º72.11%98.43%-
XYZ52.8478.3218.13-
YUV207.0450.66103.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.02%
GREEN value IS 251 (98.44% from 255) = 50.81%
BLUE value IS 70 (27.73% from 255) = 14.17%
R=35.02%
G=50.81%
B=14.17%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal173251700.3100.720.0285.8695.7762.94
HexADFB461F048256603f
Octal255373106370110212614077
Binary1010110111111011100011011111010010001010101101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFB46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFB46; }

 p { color: rgb(173,251,70); }

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

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

 a { background-color: rgb(173,251,70); }

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

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

 span { border-color: rgb(173,251,70); }

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