Html Css Color HEX #AAFC50 Green Yellow

📋 copy color: '#AAFC50'

red 170 ◦ green 252 ◦ blue 80

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

Shades of Green Yellow #AAFC50

Tints of Green Yellow #AAFC50

RGB

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

 GREEN value IS 252 (98.83% from 255) = 50.2%

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

R = 33.86%
G = 50.2%
B = 15.94%

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

#AAFC50 (or 0xAAFC50) is known color: Green Yellow. HEX triplet: AA, FC and 50. RGB value is (170,252,80). Sum of RGB (Red+Green+Blue) = 170+252+80=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 252 (98.83% from 255 or 50.20% from 502); Blue value is 80 (31.64% from 255 or 15.94% from 502); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFC50 is #5503AF. Grayscale: #D0D0D0. Windows color (decimal): -5571504 or 5307562. OLE color: 5307562.

HSL color Cylindrical-coordinate representation of color #AAFC50: hue angle of 88.6º degrees, saturation: 0.97, 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 #AAFC50 is Cyan = 0.33, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 252 80 -
CMYK 0.33 0 0.68 0.01
HSL 88.6º 0.97% 0.65% -
HSV(B) 88.6º 0.68% 0.99% -
XYZ 52.84 78.75 20 -
YUV 207.87 55.83 100.99 -
System Red Green Blue C M Y K H S L
Decimal 170 252 80 0.33 0 0.68 0.01 88.6 0.97 0.65
Hex AA FC 50 21 0 44 1 59 61 41
Octal 252 374 120 41 0 104 1 131 141 101
Binary 10101010 11111100 1010000 100001 0 1000100 1 1011001 1100001 1000001

Color Harmonies of #AAFC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFC50

Black with #AAFC50

Text Example


Text Example

White with #AAFC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFC50; }

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

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

background-color css

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

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

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

border-color css

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

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

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