#a0f71e

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

Shades of Green Yellow #A0F71E

Tints of Green Yellow #A0F71E

Color information

#A0F71E (or 0xA0F71E) is unknown color: approx Green Yellow. HEX triplet: A0, F7 and 1E. RGB value is (160,247,30). Sum of RGB (Red+Green+Blue) = 160+247+30=437 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.61% from 437); Green value is 247 (96.88% from 255 or 56.52% from 437); Blue value is 30 (12.11% from 255 or 6.86% from 437); Max value from RGB is 247 - color contains mainly: green. Hex color #A0F71E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0F71E is #5F08E1. Grayscale: #C5C5C5. Windows color (decimal): -6228194 or 2029472. OLE color: 2029472.

HSL color Cylindrical-coordinate representation of color #A0F71E: hue angle of 84.06º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A0F71E is Cyan = 0.35, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.

Color convert

RGB16024730-
CMYK0.3500.880.03
HSL84.06º93.13%54.31%-
HSV(B)84.06º87.85%96.86%-
XYZ47.9974.0913-
YUV196.2534.18102.14-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.61%
GREEN value IS 247 (96.88% from 255) = 56.52%
BLUE value IS 30 (12.11% from 255) = 6.86%
R=36.61%
G=56.52%
B=6.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal160247300.3500.880.0384.0693.1354.31
HexA0F71E230583545d36
Octal24036736430130312413566
Binary101000001111011111110100011010110001110101001011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0f71e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0f71e; }

 p { color: rgb(160,247,30); }

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

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

 a { background-color: rgb(160,247,30); }

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

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

 span { border-color: rgb(160,247,30); }

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