#AAF225

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

Shades of Green Yellow #AAF225

Tints of Green Yellow #AAF225

Color information

#AAF225 (or 0xAAF225) is unknown color: approx Green Yellow. HEX triplet: AA, F2 and 25. RGB value is (170,242,37). Sum of RGB (Red+Green+Blue) = 170+242+37=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 242 (94.92% from 255 or 53.90% from 449); Blue value is 37 (14.84% from 255 or 8.24% from 449); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF225 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF225 is #550DDA. Grayscale: #C5C5C5. Windows color (decimal): -5574107 or 2486954. OLE color: 2486954.

HSL color Cylindrical-coordinate representation of color #AAF225: hue angle of 81.07º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AAF225 is Cyan = 0.30, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB17024237-
CMYK0.3000.850.05
HSL81.07º88.74%54.71%-
HSV(B)81.07º84.71%94.9%-
XYZ48.6672.1813.12-
YUV197.137.65108.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.86%
GREEN value IS 242 (94.92% from 255) = 53.90%
BLUE value IS 37 (14.84% from 255) = 8.24%
R=37.86%
G=53.90%
B=8.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal170242370.3000.850.0581.0788.7454.71
HexAAF2251E0555515937
Octal25236245360125512113167
Binary1010101011110010100101111100101010110110100011011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF225; }

 p { color: rgb(170,242,37); }

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

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

 a { background-color: rgb(170,242,37); }

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

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

 span { border-color: rgb(170,242,37); }

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