#A0F421

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

Shades of Green Yellow #A0F421

Tints of Green Yellow #A0F421

Color information

#A0F421 (or 0xA0F421) is unknown color: approx Green Yellow. HEX triplet: A0, F4 and 21. RGB value is (160,244,33). Sum of RGB (Red+Green+Blue) = 160+244+33=437 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.61% from 437); Green value is 244 (95.70% from 255 or 55.84% from 437); Blue value is 33 (13.28% from 255 or 7.55% from 437); Max value from RGB is 244 - color contains mainly: green. Hex color #A0F421 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0F421 is #5F0BDE. Grayscale: #C3C3C3. Windows color (decimal): -6228959 or 2225312. OLE color: 2225312.

HSL color Cylindrical-coordinate representation of color #A0F421: hue angle of 83.89º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A0F421 is Cyan = 0.34, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.

Color convert

RGB16024433-
CMYK0.3400.860.04
HSL83.89º90.56%54.31%-
HSV(B)83.89º86.48%95.69%-
XYZ47.1272.2812.91-
YUV194.8336.67103.16-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.61%
GREEN value IS 244 (95.70% from 255) = 55.84%
BLUE value IS 33 (13.28% from 255) = 7.55%
R=36.61%
G=55.84%
B=7.55%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal160244330.3400.860.0483.8990.5654.31
HexA0F421220564545b36
Octal24036441420126412413366
Binary10100000111101001000011000100101011010010101001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F421; }

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

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

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

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

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

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

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

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