#A0FD10

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

Shades of Spring Bud #A0FD10

Tints of Spring Bud #A0FD10

Color information

#A0FD10 (or 0xA0FD10) is unknown color: approx Spring Bud. HEX triplet: A0, FD and 10. RGB value is (160,253,16). Sum of RGB (Red+Green+Blue) = 160+253+16=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 253 (99.22% from 255 or 58.97% from 429); Blue value is 16 (6.64% from 255 or 3.73% from 429); Max value from RGB is 253 - color contains mainly: green. Hex color #A0FD10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0FD10 is #5F02EF. Grayscale: #C7C7C7. Windows color (decimal): -6226672 or 1113504. OLE color: 1113504.

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

Color convert

RGB16025316-
CMYK0.3700.940.01
HSL83.54º98.34%52.75%-
HSV(B)83.54º93.68%99.22%-
XYZ49.7277.7612.88-
YUV198.1825.19100.77-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.30%
GREEN value IS 253 (99.22% from 255) = 58.97%
BLUE value IS 16 (6.64% from 255) = 3.73%
R=37.30%
G=58.97%
B=3.73%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal160253160.3700.940.0183.5498.3452.75
HexA0FD102505E1546235
Octal24037520450136112414265
Binary10100000111111011000010010101011110110101001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FD10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FD10; }

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

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

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

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

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

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

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

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