Html Css Color HEX #AAFF49 Green Yellow

📋 copy color: '#AAFF49'

red 170 ◦ green 255 ◦ blue 73

#AAFF49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Yellow #AAFF49

Tints of Green Yellow #AAFF49

RGB

 RED value IS 170 (66.8% from 255) = 34.14%

 GREEN value IS 255 (100% from 255) = 51.2%

 BLUE value IS 73 (28.91% from 255) = 14.66%

R = 34.14%
G = 51.2%
B = 14.66%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#AAFF49 (or 0xAAFF49) is known color: Green Yellow. HEX triplet: AA, FF and 49. RGB value is (170,255,73). Sum of RGB (Red+Green+Blue) = 170+255+73=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 255 (100% from 255 or 51.20% from 498); Blue value is 73 (28.91% from 255 or 14.66% from 498); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF49 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFF49 is #5500B6. Grayscale: #D1D1D1. Windows color (decimal): -5570743 or 4849578. OLE color: 4849578.

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

Color convert

RGB 170 255 73 -
CMYK 0.33 0 0.71 0
HSL 88.02º 1% 0.64% -
HSV(B) 88.02º 0.71% 1% -
XYZ 53.54 80.55 19.03 -
YUV 208.84 51.34 100.3 -
System Red Green Blue C M Y K H S L
Decimal 170 255 73 0.33 0 0.71 0 88.02 1 0.64
Hex AA FF 49 21 0 47 0 58 64 40
Octal 252 377 111 41 0 107 0 130 144 100
Binary 10101010 11111111 1001001 100001 0 1000111 0 1011000 1100100 1000000

Color Harmonies of #AAFF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFF49

Black with #AAFF49

Text Example


Text Example

White with #AAFF49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFF49; }

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

 H1.HeaderClassName
 {
   color: #AAFF49;
 }
 .AnyTagClassName
 {
   color: #AAFF49;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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