#A8FD3C

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

Shades of Green Yellow #A8FD3C

Tints of Green Yellow #A8FD3C

Color information

#A8FD3C (or 0xA8FD3C) is unknown color: approx Green Yellow. HEX triplet: A8, FD and 3C. RGB value is (168,253,60). Sum of RGB (Red+Green+Blue) = 168+253+60=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 253 (99.22% from 255 or 52.60% from 481); Blue value is 60 (23.83% from 255 or 12.47% from 481); Max value from RGB is 253 - color contains mainly: green. Hex color #A8FD3C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8FD3C is #5702C3. Grayscale: #CECECE. Windows color (decimal): -5702340 or 3997096. OLE color: 3997096.

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

Color convert

RGB16825360-
CMYK0.3400.760.01
HSL86.42º97.97%61.37%-
HSV(B)86.42º76.28%99.22%-
XYZ52.0978.916.76-
YUV205.5845.84101.19-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.93%
GREEN value IS 253 (99.22% from 255) = 52.60%
BLUE value IS 60 (23.83% from 255) = 12.47%
R=34.93%
G=52.60%
B=12.47%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal168253600.3400.760.0186.4297.9761.37
HexA8FD3C2204C156623d
Octal25037574420114112614275
Binary101010001111110111110010001001001100110101101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FD3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FD3C; }

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

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

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

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

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

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

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

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