#A0FE2F

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

Shades of Green Yellow #A0FE2F

Tints of Green Yellow #A0FE2F

Color information

#A0FE2F (or 0xA0FE2F) is unknown color: approx Green Yellow. HEX triplet: A0, FE and 2F. RGB value is (160,254,47). Sum of RGB (Red+Green+Blue) = 160+254+47=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 254 (99.61% from 255 or 55.10% from 461); Blue value is 47 (18.75% from 255 or 10.20% from 461); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FE2F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0FE2F is #5F01D0. Grayscale: #CBCBCB. Windows color (decimal): -6226385 or 3145376. OLE color: 3145376.

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

Color convert

RGB16025447-
CMYK0.3700.810.00
HSL87.25º99.04%59.02%-
HSV(B)87.25º81.5%99.61%-
XYZ50.4578.5615.19-
YUV202.340.3697.83-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.71%
GREEN value IS 254 (99.61% from 255) = 55.10%
BLUE value IS 47 (18.75% from 255) = 10.20%
R=34.71%
G=55.10%
B=10.20%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal160254470.3700.810.0087.2599.0459.02
HexA0FE2F25051057633b
Octal24037657450121012714373
Binary101000001111111010111110010101010001010101111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FE2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FE2F; }

 p { color: rgb(160,254,47); }

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

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

 a { background-color: rgb(160,254,47); }

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

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

 span { border-color: rgb(160,254,47); }

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