Html Css Color HEX #AAFF4D Green Yellow

📋 copy color: '#AAFF4D'

red 170 ◦ green 255 ◦ blue 77

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

Shades of Green Yellow #AAFF4D

Tints of Green Yellow #AAFF4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.34%

R = 33.86%
G = 50.8%
B = 15.34%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.70

 K value IS 0

RGB Variations

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

Color information

#AAFF4D (or 0xAAFF4D) is known color: Green Yellow. HEX triplet: AA, FF and 4D. RGB value is (170,255,77). Sum of RGB (Red+Green+Blue) = 170+255+77=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 255 (100% from 255 or 50.80% from 502); Blue value is 77 (30.47% from 255 or 15.34% from 502); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFF4D is #5500B2. Grayscale: #D1D1D1. Windows color (decimal): -5570739 or 5111722. OLE color: 5111722.

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

Color convert

RGB 170 255 77 -
CMYK 0.33 0 0.70 0
HSL 88.65º 1% 0.65% -
HSV(B) 88.65º 0.7% 1% -
XYZ 53.68 80.6 19.75 -
YUV 209.29 53.34 99.97 -
System Red Green Blue C M Y K H S L
Decimal 170 255 77 0.33 0 0.70 0 88.65 1 0.65
Hex AA FF 4D 21 0 46 0 59 64 41
Octal 252 377 115 41 0 106 0 131 144 101
Binary 10101010 11111111 1001101 100001 0 1000110 0 1011001 1100100 1000001

Color Harmonies of #AAFF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFF4D

Black with #AAFF4D

Text Example


Text Example

White with #AAFF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFF4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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