#A0FF21

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

Shades of Green Yellow #A0FF21

Tints of Green Yellow #A0FF21

Color information

#A0FF21 (or 0xA0FF21) is unknown color: approx Green Yellow. HEX triplet: A0, FF and 21. RGB value is (160,255,33). Sum of RGB (Red+Green+Blue) = 160+255+33=448 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.71% from 448); Green value is 255 (100% from 255 or 56.92% from 448); Blue value is 33 (13.28% from 255 or 7.37% from 448); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FF21 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0FF21 is #5F00DE. Grayscale: #CACACA. Windows color (decimal): -6226143 or 2228128. OLE color: 2228128.

HSL color Cylindrical-coordinate representation of color #A0FF21: hue angle of 85.68º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A0FF21 is Cyan = 0.37, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.

Color convert

RGB16025533-
CMYK0.3700.870
HSL85.68º100%56.47%-
HSV(B)85.68º87.06%100%-
XYZ50.5379.114.04-
YUV201.2933.0398.55-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.71%
GREEN value IS 255 (100% from 255) = 56.92%
BLUE value IS 33 (13.28% from 255) = 7.37%
R=35.71%
G=56.92%
B=7.37%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal160255330.3700.87085.6810056.47
HexA0FF21250570566438
Octal24037741450127012614470
Binary101000001111111110000110010101010111010101101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FF21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FF21; }

 p { color: rgb(160,255,33); }

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

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

 a { background-color: rgb(160,255,33); }

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

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

 span { border-color: rgb(160,255,33); }

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