Html Css Color HEX #AAFD50 Green Yellow

📋 copy color: '#AAFD50'

red 170 ◦ green 253 ◦ blue 80

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

Shades of Green Yellow #AAFD50

Tints of Green Yellow #AAFD50

RGB

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

 GREEN value IS 253 (99.22% from 255) = 50.3%

 BLUE value IS 80 (31.64% from 255) = 15.9%

R = 33.8%
G = 50.3%
B = 15.9%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#AAFD50 (or 0xAAFD50) is known color: Green Yellow. HEX triplet: AA, FD and 50. RGB value is (170,253,80). Sum of RGB (Red+Green+Blue) = 170+253+80=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 253 (99.22% from 255 or 50.30% from 503); Blue value is 80 (31.64% from 255 or 15.90% from 503); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFD50 is #5502AF. Grayscale: #D1D1D1. Windows color (decimal): -5571248 or 5307818. OLE color: 5307818.

HSL color Cylindrical-coordinate representation of color #AAFD50: hue angle of 88.79º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AAFD50 is Cyan = 0.33, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 253 80 -
CMYK 0.33 0 0.68 0.01
HSL 88.79º 0.98% 0.65% -
HSV(B) 88.79º 0.68% 0.99% -
XYZ 53.15 79.38 20.11 -
YUV 208.46 55.5 100.57 -
System Red Green Blue C M Y K H S L
Decimal 170 253 80 0.33 0 0.68 0.01 88.79 0.98 0.65
Hex AA FD 50 21 0 44 1 59 62 41
Octal 252 375 120 41 0 104 1 131 142 101
Binary 10101010 11111101 1010000 100001 0 1000100 1 1011001 1100010 1000001

Color Harmonies of #AAFD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFD50

Black with #AAFD50

Text Example


Text Example

White with #AAFD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFD50; }

 p { color: rgb(170,253,80); }

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

background-color css

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

 a { background-color: rgb(170,253,80); }

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

border-color css

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

 span { border-color: rgb(170,253,80); }

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