#A8FD00

Color #A8FD00 Spring Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Bud #A8FD00

Tints of Spring Bud #A8FD00

Color information

#A8FD00 (or 0xA8FD00) is unknown color: approx Spring Bud. HEX triplet: A8, FD and 00. RGB value is (168,253,0). Sum of RGB (Red+Green+Blue) = 168+253+0=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 253 (99.22% from 255 or 60.10% from 421); Blue value is 0 (0.39% from 255 or 0% from 421); Max value from RGB is 253 - color contains mainly: green. Hex color #A8FD00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8FD00 is #5702FF. Grayscale: #C7C7C7. Windows color (decimal): -5702400 or 64936. OLE color: 64936.

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

Color convert

RGB1682530-
CMYK0.34010.01
HSL80.16º100%49.61%-
HSV(B)80.16º100%99.22%-
XYZ51.2778.5812.46-
YUV198.7415.84106.07-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.90%
GREEN value IS 253 (99.22% from 255) = 60.10%
BLUE value IS 0 (0.39% from 255) = 0%
R=39.90%
G=60.10%
B=0%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal16825300.34010.0180.1610049.61
HexA8FD0220641506432
Octal2503750420144112014462
Binary1010100011111101010001001100100110100001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FD00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FD00; }

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

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

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

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

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

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

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

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