#A2FE28

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

Shades of Green Yellow #A2FE28

Tints of Green Yellow #A2FE28

Color information

#A2FE28 (or 0xA2FE28) is unknown color: approx Green Yellow. HEX triplet: A2, FE and 28. RGB value is (162,254,40). Sum of RGB (Red+Green+Blue) = 162+254+40=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 254 (99.61% from 255 or 55.70% from 456); Blue value is 40 (16.02% from 255 or 8.77% from 456); Max value from RGB is 254 - color contains mainly: green. Hex color #A2FE28 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2FE28 is #5D01D7. Grayscale: #CACACA. Windows color (decimal): -6095320 or 2686626. OLE color: 2686626.

HSL color Cylindrical-coordinate representation of color #A2FE28: hue angle of 85.79º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A2FE28 is Cyan = 0.36, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.00.

Color convert

RGB16225440-
CMYK0.3600.840.00
HSL85.79º99.07%57.65%-
HSV(B)85.79º84.25%99.61%-
XYZ50.7378.7214.53-
YUV202.136.5299.4-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.53%
GREEN value IS 254 (99.61% from 255) = 55.70%
BLUE value IS 40 (16.02% from 255) = 8.77%
R=35.53%
G=55.70%
B=8.77%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal162254400.3600.840.0085.7999.0757.65
HexA2FE2824054056633a
Octal24237650440124012614372
Binary101000101111111010100010010001010100010101101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FE28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FE28; }

 p { color: rgb(162,254,40); }

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

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

 a { background-color: rgb(162,254,40); }

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

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

 span { border-color: rgb(162,254,40); }

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