#A0FF42

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

Shades of Green Yellow #A0FF42

Tints of Green Yellow #A0FF42

Color information

#A0FF42 (or 0xA0FF42) is unknown color: approx Green Yellow. HEX triplet: A0, FF and 42. RGB value is (160,255,66). Sum of RGB (Red+Green+Blue) = 160+255+66=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 255 (100% from 255 or 53.01% from 481); Blue value is 66 (26.17% from 255 or 13.72% from 481); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FF42 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0FF42 is #5F00BD. Grayscale: #CDCDCD. Windows color (decimal): -6226110 or 4390816. OLE color: 4390816.

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

Color convert

RGB16025566-
CMYK0.3700.740
HSL90.16º100%62.94%-
HSV(B)90.16º74.12%100%-
XYZ51.2479.3917.78-
YUV205.0549.5395.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.26%
GREEN value IS 255 (100% from 255) = 53.01%
BLUE value IS 66 (26.17% from 255) = 13.72%
R=33.26%
G=53.01%
B=13.72%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal160255660.3700.74090.1610062.94
HexA0FF422504A05a643f
Octal240377102450112013214477
Binary1010000011111111100001010010101001010010110101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FF42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FF42; }

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

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

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

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

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

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

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

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