#AAFF1D

Color #AAFF1D Green Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Yellow #AAFF1D

Tints of Green Yellow #AAFF1D

Color information

#AAFF1D (or 0xAAFF1D) is unknown color: approx Green Yellow. HEX triplet: AA, FF and 1D. RGB value is (170,255,29). Sum of RGB (Red+Green+Blue) = 170+255+29=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 255 (100% from 255 or 56.17% from 454); Blue value is 29 (11.72% from 255 or 6.39% from 454); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF1D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFF1D is #5500E2. Grayscale: #CCCCCC. Windows color (decimal): -5570787 or 1965994. OLE color: 1965994.

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

Color convert

RGB17025529-
CMYK0.3300.890
HSL82.57º100%55.69%-
HSV(B)82.57º88.63%100%-
XYZ52.5680.1513.86-
YUV203.8229.34103.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.44%
GREEN value IS 255 (100% from 255) = 56.17%
BLUE value IS 29 (11.72% from 255) = 6.39%
R=37.44%
G=56.17%
B=6.39%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal170255290.3300.89082.5710055.69
HexAAFF1D210590536438
Octal25237735410131012314470
Binary10101010111111111110110000101011001010100111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFF1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFF1D; }

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

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

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

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

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

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

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

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