#A2FC46

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

Shades of Green Yellow #A2FC46

Tints of Green Yellow #A2FC46

Color information

#A2FC46 (or 0xA2FC46) is unknown color: approx Green Yellow. HEX triplet: A2, FC and 46. RGB value is (162,252,70). Sum of RGB (Red+Green+Blue) = 162+252+70=484 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.47% from 484); Green value is 252 (98.83% from 255 or 52.07% from 484); Blue value is 70 (27.73% from 255 or 14.46% from 484); Max value from RGB is 252 - color contains mainly: green. Hex color #A2FC46 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2FC46 is #5D03B9. Grayscale: #CCCCCC. Windows color (decimal): -6095802 or 4652194. OLE color: 4652194.

HSL color Cylindrical-coordinate representation of color #A2FC46: hue angle of 89.67º 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 #A2FC46 is Cyan = 0.36, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.01.

Color convert

RGB16225270-
CMYK0.3600.720.01
HSL89.67º96.81%63.14%-
HSV(B)89.67º72.22%98.82%-
XYZ50.8277.7418.12-
YUV204.3452.1897.8-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.47%
GREEN value IS 252 (98.83% from 255) = 52.07%
BLUE value IS 70 (27.73% from 255) = 14.46%
R=33.47%
G=52.07%
B=14.46%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal162252700.3600.720.0189.6796.8163.14
HexA2FC462404815a613f
Octal242374106440110113214177
Binary1010001011111100100011010010001001000110110101100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FC46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FC46; }

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

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

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

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

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

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

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

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