#A8FD1F

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

Shades of Green Yellow #A8FD1F

Tints of Green Yellow #A8FD1F

Color information

#A8FD1F (or 0xA8FD1F) is unknown color: approx Green Yellow. HEX triplet: A8, FD and 1F. RGB value is (168,253,31). Sum of RGB (Red+Green+Blue) = 168+253+31=452 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.17% from 452); Green value is 253 (99.22% from 255 or 55.97% from 452); Blue value is 31 (12.5% from 255 or 6.86% from 452); Max value from RGB is 253 - color contains mainly: green. Hex color #A8FD1F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8FD1F is #5702E0. Grayscale: #CBCBCB. Windows color (decimal): -5702369 or 2096552. OLE color: 2096552.

HSL color Cylindrical-coordinate representation of color #A8FD1F: hue angle of 82.97º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A8FD1F is Cyan = 0.34, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.01.

Color convert

RGB16825331-
CMYK0.3400.880.01
HSL82.97º98.23%55.69%-
HSV(B)82.97º87.75%99.22%-
XYZ51.5278.6713.77-
YUV202.2831.34103.55-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.17%
GREEN value IS 253 (99.22% from 255) = 55.97%
BLUE value IS 31 (12.5% from 255) = 6.86%
R=37.17%
G=55.97%
B=6.86%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal168253310.3400.880.0182.9798.2355.69
HexA8FD1F220581536238
Octal25037537420130112314270
Binary10101000111111011111110001001011000110100111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FD1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FD1F; }

 p { color: rgb(168,253,31); }

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

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

 a { background-color: rgb(168,253,31); }

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

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

 span { border-color: rgb(168,253,31); }

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