#A8FA1C

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

Shades of Green Yellow #A8FA1C

Tints of Green Yellow #A8FA1C

Color information

#A8FA1C (or 0xA8FA1C) is unknown color: approx Green Yellow. HEX triplet: A8, FA and 1C. RGB value is (168,250,28). Sum of RGB (Red+Green+Blue) = 168+250+28=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 250 (98.05% from 255 or 56.05% from 446); Blue value is 28 (11.33% from 255 or 6.28% from 446); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FA1C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8FA1C is #5705E3. Grayscale: #C8C8C8. Windows color (decimal): -5703140 or 1899176. OLE color: 1899176.

HSL color Cylindrical-coordinate representation of color #A8FA1C: hue angle of 82.16º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A8FA1C is Cyan = 0.33, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.

Color convert

RGB16825028-
CMYK0.3300.890.02
HSL82.16º95.69%54.51%-
HSV(B)82.16º88.8%98.04%-
XYZ50.5476.7813.25-
YUV200.1730.83105.05-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.67%
GREEN value IS 250 (98.05% from 255) = 56.05%
BLUE value IS 28 (11.33% from 255) = 6.28%
R=37.67%
G=56.05%
B=6.28%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal168250280.3300.890.0282.1695.6954.51
HexA8FA1C210592526037
Octal25037234410131212214067
Binary101010001111101011100100001010110011010100101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FA1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FA1C; }

 p { color: rgb(168,250,28); }

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

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

 a { background-color: rgb(168,250,28); }

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

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

 span { border-color: rgb(168,250,28); }

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