#AAFF22

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

Shades of Green Yellow #AAFF22

Tints of Green Yellow #AAFF22

Color information

#AAFF22 (or 0xAAFF22) is unknown color: approx Green Yellow. HEX triplet: AA, FF and 22. RGB value is (170,255,34). Sum of RGB (Red+Green+Blue) = 170+255+34=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 255 (100% from 255 or 55.56% from 459); Blue value is 34 (13.67% from 255 or 7.41% from 459); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF22 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFF22 is #5500DD. Grayscale: #CDCDCD. Windows color (decimal): -5570782 or 2293674. OLE color: 2293674.

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

Color convert

RGB17025534-
CMYK0.3300.870
HSL83.08º100%56.67%-
HSV(B)83.08º86.67%100%-
XYZ52.6380.1814.22-
YUV204.3931.84103.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.04%
GREEN value IS 255 (100% from 255) = 55.56%
BLUE value IS 34 (13.67% from 255) = 7.41%
R=37.04%
G=55.56%
B=7.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal170255340.3300.87083.0810056.67
HexAAFF22210570536439
Octal25237742410127012314471
Binary101010101111111110001010000101010111010100111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFF22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFF22; }

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

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

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

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

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

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

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

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