#AAF501

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

Shades of Spring Bud #AAF501

Tints of Spring Bud #AAF501

Color information

#AAF501 (or 0xAAF501) is unknown color: approx Spring Bud. HEX triplet: AA, F5 and 01. RGB value is (170,245,1). Sum of RGB (Red+Green+Blue) = 170+245+1=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 245 (96.09% from 255 or 58.89% from 416); Blue value is 1 (0.78% from 255 or 0.24% from 416); Max value from RGB is 245 - color contains mainly: green. Hex color #AAF501 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF501 is #550AFE. Grayscale: #C3C3C3. Windows color (decimal): -5573375 or 128426. OLE color: 128426.

HSL color Cylindrical-coordinate representation of color #AAF501: hue angle of 78.44º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AAF501 is Cyan = 0.31, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.04.

Color convert

RGB1702451-
CMYK0.3101.000.04
HSL78.44º99.19%48.24%-
HSV(B)78.44º99.59%96.08%-
XYZ49.2473.8511.69-
YUV194.7618.65110.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.87%
GREEN value IS 245 (96.09% from 255) = 58.89%
BLUE value IS 1 (0.78% from 255) = 0.24%
R=40.87%
G=58.89%
B=0.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal17024510.3101.000.0478.4499.1948.24
HexAAF511F06444e6330
Octal2523651370144411614360
Binary10101010111101011111110110010010010011101100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF501; }

 p { color: rgb(170,245,1); }

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

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

 a { background-color: rgb(170,245,1); }

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

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

 span { border-color: rgb(170,245,1); }

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