#A8FC1C

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

Shades of Green Yellow #A8FC1C

Tints of Green Yellow #A8FC1C

Color information

#A8FC1C (or 0xA8FC1C) is unknown color: approx Green Yellow. HEX triplet: A8, FC and 1C. RGB value is (168,252,28). Sum of RGB (Red+Green+Blue) = 168+252+28=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 252 (98.83% from 255 or 56.25% from 448); Blue value is 28 (11.33% from 255 or 6.25% from 448); Max value from RGB is 252 - color contains mainly: green. Hex color #A8FC1C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8FC1C is #5703E3. Grayscale: #CACACA. Windows color (decimal): -5702628 or 1899688. OLE color: 1899688.

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

Color convert

RGB16825228-
CMYK0.3300.890.01
HSL82.5º97.39%54.9%-
HSV(B)82.5º88.89%98.82%-
XYZ51.1778.0313.46-
YUV201.3530.17104.21-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.5%
GREEN value IS 252 (98.83% from 255) = 56.25%
BLUE value IS 28 (11.33% from 255) = 6.25%
R=37.5%
G=56.25%
B=6.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal168252280.3300.890.0182.597.3954.9
HexA8FC1C210591526137
Octal25037434410131112214167
Binary10101000111111001110010000101011001110100101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FC1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FC1C; }

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

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

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

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

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

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

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

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