Html Css Color HEX #AAFD40 Green Yellow

📋 copy color: '#AAFD40'

red 170 ◦ green 253 ◦ blue 64

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

Shades of Green Yellow #AAFD40

Tints of Green Yellow #AAFD40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.14%

R = 34.91%
G = 51.95%
B = 13.14%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#AAFD40 (or 0xAAFD40) is known color: Green Yellow. HEX triplet: AA, FD and 40. RGB value is (170,253,64). Sum of RGB (Red+Green+Blue) = 170+253+64=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 253 (99.22% from 255 or 51.95% from 487); Blue value is 64 (25.39% from 255 or 13.14% from 487); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFD40 is #5502BF. Grayscale: #CFCFCF. Windows color (decimal): -5571264 or 4259242. OLE color: 4259242.

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

Color convert

RGB 170 253 64 -
CMYK 0.33 0 0.75 0.01
HSL 86.35º 0.98% 0.62% -
HSV(B) 86.35º 0.75% 0.99% -
XYZ 52.63 79.17 17.36 -
YUV 206.64 47.5 101.87 -
System Red Green Blue C M Y K H S L
Decimal 170 253 64 0.33 0 0.75 0.01 86.35 0.98 0.62
Hex AA FD 40 21 0 4B 1 56 62 3E
Octal 252 375 100 41 0 113 1 126 142 76
Binary 10101010 11111101 1000000 100001 0 1001011 1 1010110 1100010 111110

Color Harmonies of #AAFD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFD40

Black with #AAFD40

Text Example


Text Example

White with #AAFD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFD40; }

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

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

background-color css

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

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

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

border-color css

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

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

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