#aaff11

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

Shades of Spring Bud #AAFF11

Tints of Spring Bud #AAFF11

Color information

#AAFF11 (or 0xAAFF11) is unknown color: approx Spring Bud. HEX triplet: AA, FF and 11. RGB value is (170,255,17). Sum of RGB (Red+Green+Blue) = 170+255+17=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 255 (100% from 255 or 57.69% from 442); Blue value is 17 (7.03% from 255 or 3.85% from 442); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF11 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFF11 is #5500EE. Grayscale: #CBCBCB. Windows color (decimal): -5570799 or 1179562. OLE color: 1179562.

HSL color Cylindrical-coordinate representation of color #AAFF11: hue angle of 81.43º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AAFF11 is Cyan = 0.33, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB17025517-
CMYK0.3300.930
HSL81.43º100%53.33%-
HSV(B)81.43º93.33%100%-
XYZ52.4480.1113.23-
YUV202.4523.34104.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.46%
GREEN value IS 255 (100% from 255) = 57.69%
BLUE value IS 17 (7.03% from 255) = 3.85%
R=38.46%
G=57.69%
B=3.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal170255170.3300.93081.4310053.33
HexAAFF112105D0516435
Octal25237721410135012114465
Binary10101010111111111000110000101011101010100011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aaff11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aaff11; }

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

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

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

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

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

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

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

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