#AAFF45

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

Shades of Green Yellow #AAFF45

Tints of Green Yellow #AAFF45

Color information

#AAFF45 (or 0xAAFF45) is unknown color: approx Green Yellow. HEX triplet: AA, FF and 45. RGB value is (170,255,69). Sum of RGB (Red+Green+Blue) = 170+255+69=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 255 (100% from 255 or 51.62% from 494); Blue value is 69 (27.34% from 255 or 13.97% from 494); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF45 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFF45 is #5500BA. Grayscale: #D1D1D1. Windows color (decimal): -5570747 or 4587434. OLE color: 4587434.

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

Color convert

RGB17025569-
CMYK0.3300.730
HSL87.42º100%63.53%-
HSV(B)87.42º72.94%100%-
XYZ53.4180.518.35-
YUV208.3849.34100.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.41%
GREEN value IS 255 (100% from 255) = 51.62%
BLUE value IS 69 (27.34% from 255) = 13.97%
R=34.41%
G=51.62%
B=13.97%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal170255690.3300.73087.4210063.53
HexAAFF45210490576440
Octal2523771054101110127144100
Binary10101010111111111000101100001010010010101011111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFF45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFF45; }

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

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

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

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

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

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

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

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