#AAFD10

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

Shades of Spring Bud #AAFD10

Tints of Spring Bud #AAFD10

Color information

#AAFD10 (or 0xAAFD10) is unknown color: approx Spring Bud. HEX triplet: AA, FD and 10. RGB value is (170,253,16). Sum of RGB (Red+Green+Blue) = 170+253+16=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 253 (99.22% from 255 or 57.63% from 439); Blue value is 16 (6.64% from 255 or 3.64% from 439); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFD10 is #5502EF. Grayscale: #CACACA. Windows color (decimal): -5571312 or 1113514. OLE color: 1113514.

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

Color convert

RGB17025316-
CMYK0.3300.940.01
HSL81.01º98.34%52.75%-
HSV(B)81.01º93.68%99.22%-
XYZ51.878.8312.98-
YUV201.1723.5105.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.72%
GREEN value IS 253 (99.22% from 255) = 57.63%
BLUE value IS 16 (6.64% from 255) = 3.64%
R=38.72%
G=57.63%
B=3.64%

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
Decimal170253160.3300.940.0181.0198.3452.75
HexAAFD102105E1516235
Octal25237520410136112114265
Binary10101010111111011000010000101011110110100011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFD10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFD10; }

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

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

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

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

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

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

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

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