#A9FD10

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

Shades of Spring Bud #A9FD10

Tints of Spring Bud #A9FD10

Color information

#A9FD10 (or 0xA9FD10) is unknown color: approx Spring Bud. HEX triplet: A9, FD and 10. RGB value is (169,253,16). Sum of RGB (Red+Green+Blue) = 169+253+16=438 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.58% from 438); Green value is 253 (99.22% from 255 or 57.76% from 438); Blue value is 16 (6.64% from 255 or 3.65% from 438); Max value from RGB is 253 - color contains mainly: green. Hex color #A9FD10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A9FD10 is #5602EF. Grayscale: #C9C9C9. Windows color (decimal): -5636848 or 1113513. OLE color: 1113513.

HSL color Cylindrical-coordinate representation of color #A9FD10: hue angle of 81.27º 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 #A9FD10 is Cyan = 0.33, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB16925316-
CMYK0.3300.940.01
HSL81.27º98.34%52.75%-
HSV(B)81.27º93.68%99.22%-
XYZ51.5878.7212.97-
YUV200.8723.67105.27-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.58%
GREEN value IS 253 (99.22% from 255) = 57.76%
BLUE value IS 16 (6.64% from 255) = 3.65%
R=38.58%
G=57.76%
B=3.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal169253160.3300.940.0181.2798.3452.75
HexA9FD102105E1516235
Octal25137520410136112114265
Binary10101001111111011000010000101011110110100011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9FD10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9FD10; }

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

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

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

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

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

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

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

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