#A8FD10

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

Shades of Spring Bud #A8FD10

Tints of Spring Bud #A8FD10

Color information

#A8FD10 (or 0xA8FD10) is unknown color: approx Spring Bud. HEX triplet: A8, FD and 10. RGB value is (168,253,16). Sum of RGB (Red+Green+Blue) = 168+253+16=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 253 (99.22% from 255 or 57.89% from 437); Blue value is 16 (6.64% from 255 or 3.66% from 437); Max value from RGB is 253 - color contains mainly: green. Hex color #A8FD10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8FD10 is #5702EF. Grayscale: #C9C9C9. Windows color (decimal): -5702384 or 1113512. OLE color: 1113512.

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

Color convert

RGB16825316-
CMYK0.3400.940.01
HSL81.52º98.34%52.75%-
HSV(B)81.52º93.68%99.22%-
XYZ51.3778.6112.96-
YUV200.5723.84104.77-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.44%
GREEN value IS 253 (99.22% from 255) = 57.89%
BLUE value IS 16 (6.64% from 255) = 3.66%
R=38.44%
G=57.89%
B=3.66%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal168253160.3400.940.0181.5298.3452.75
HexA8FD102205E1526235
Octal25037520420136112214265
Binary10101000111111011000010001001011110110100101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FD10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FD10; }

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

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

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

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

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

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

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

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