#AAF448

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

Shades of Green Yellow #AAF448

Tints of Green Yellow #AAF448

Color information

#AAF448 (or 0xAAF448) is unknown color: approx Green Yellow. HEX triplet: AA, F4 and 48. RGB value is (170,244,72). Sum of RGB (Red+Green+Blue) = 170+244+72=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 244 (95.70% from 255 or 50.21% from 486); Blue value is 72 (28.52% from 255 or 14.81% from 486); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF448 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF448 is #550BB7. Grayscale: #CACACA. Windows color (decimal): -5573560 or 4781226. OLE color: 4781226.

HSL color Cylindrical-coordinate representation of color #AAF448: hue angle of 85.81º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AAF448 is Cyan = 0.30, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB17024472-
CMYK0.3000.700.04
HSL85.81º88.66%61.96%-
HSV(B)85.81º70.49%95.69%-
XYZ50.173.7217.72-
YUV202.2754.48104.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.98%
GREEN value IS 244 (95.70% from 255) = 50.21%
BLUE value IS 72 (28.52% from 255) = 14.81%
R=34.98%
G=50.21%
B=14.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal170244720.3000.700.0485.8188.6661.96
HexAAF4481E046456593e
Octal252364110360106412613176
Binary10101010111101001001000111100100011010010101101011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF448; }

 p { color: rgb(170,244,72); }

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

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

 a { background-color: rgb(170,244,72); }

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

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

 span { border-color: rgb(170,244,72); }

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