#AAF411

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

Shades of Spring Bud #AAF411

Tints of Spring Bud #AAF411

Color information

#AAF411 (or 0xAAF411) is unknown color: approx Spring Bud. HEX triplet: AA, F4 and 11. RGB value is (170,244,17). Sum of RGB (Red+Green+Blue) = 170+244+17=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 244 (95.70% from 255 or 56.61% from 431); Blue value is 17 (7.03% from 255 or 3.94% from 431); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF411 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF411 is #550BEE. Grayscale: #C4C4C4. Windows color (decimal): -5573615 or 1176746. OLE color: 1176746.

HSL color Cylindrical-coordinate representation of color #AAF411: hue angle of 79.56º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AAF411 is Cyan = 0.30, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB17024417-
CMYK0.3000.930.04
HSL79.56º91.16%51.18%-
HSV(B)79.56º93.03%95.69%-
XYZ49.0373.2912.09-
YUV19626.98109.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.44%
GREEN value IS 244 (95.70% from 255) = 56.61%
BLUE value IS 17 (7.03% from 255) = 3.94%
R=39.44%
G=56.61%
B=3.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal170244170.3000.930.0479.5691.1651.18
HexAAF4111E05D4505b33
Octal25236421360135412013363
Binary101010101111010010001111100101110110010100001011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF411; }

 p { color: rgb(170,244,17); }

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

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

 a { background-color: rgb(170,244,17); }

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

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

 span { border-color: rgb(170,244,17); }

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