#A0FC46

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

Shades of Green Yellow #A0FC46

Tints of Green Yellow #A0FC46

Color information

#A0FC46 (or 0xA0FC46) is unknown color: approx Green Yellow. HEX triplet: A0, FC and 46. RGB value is (160,252,70). Sum of RGB (Red+Green+Blue) = 160+252+70=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 252 (98.83% from 255 or 52.28% from 482); Blue value is 70 (27.73% from 255 or 14.52% from 482); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FC46 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0FC46 is #5F03B9. Grayscale: #CCCCCC. Windows color (decimal): -6226874 or 4652192. OLE color: 4652192.

HSL color Cylindrical-coordinate representation of color #A0FC46: hue angle of 90.33º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A0FC46 is Cyan = 0.37, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.01.

Color convert

RGB16025270-
CMYK0.3700.720.01
HSL90.33º96.81%63.14%-
HSV(B)90.33º72.22%98.82%-
XYZ50.4177.5418.1-
YUV203.7452.5296.8-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.20%
GREEN value IS 252 (98.83% from 255) = 52.28%
BLUE value IS 70 (27.73% from 255) = 14.52%
R=33.20%
G=52.28%
B=14.52%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal160252700.3700.720.0190.3396.8163.14
HexA0FC462504815a613f
Octal240374106450110113214177
Binary1010000011111100100011010010101001000110110101100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FC46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FC46; }

 p { color: rgb(160,252,70); }

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

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

 a { background-color: rgb(160,252,70); }

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

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

 span { border-color: rgb(160,252,70); }

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