Html Css Color HEX #AAFE4A Green Yellow

📋 copy color: '#AAFE4A'

red 170 ◦ green 254 ◦ blue 74

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

Shades of Green Yellow #AAFE4A

Tints of Green Yellow #AAFE4A

RGB

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

 GREEN value IS 254 (99.61% from 255) = 51%

 BLUE value IS 74 (29.3% from 255) = 14.86%

R = 34.14%
G = 51%
B = 14.86%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#AAFE4A (or 0xAAFE4A) is known color: Green Yellow. HEX triplet: AA, FE and 4A. RGB value is (170,254,74). Sum of RGB (Red+Green+Blue) = 170+254+74=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 254 (99.61% from 255 or 51.00% from 498); Blue value is 74 (29.30% from 255 or 14.86% from 498); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFE4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFE4A is #5501B5. Grayscale: #D1D1D1. Windows color (decimal): -5570998 or 4914858. OLE color: 4914858.

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

Color convert

RGB 170 254 74 -
CMYK 0.33 0 0.71 0.00
HSL 88º 0.99% 0.64% -
HSV(B) 88º 0.71% 1% -
XYZ 53.26 79.92 19.1 -
YUV 208.36 52.17 100.64 -
System Red Green Blue C M Y K H S L
Decimal 170 254 74 0.33 0 0.71 0.00 88 0.99 0.64
Hex AA FE 4A 21 0 47 0 58 63 40
Octal 252 376 112 41 0 107 0 130 143 100
Binary 10101010 11111110 1001010 100001 0 1000111 0 1011000 1100011 1000000

Color Harmonies of #AAFE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFE4A

Black with #AAFE4A

Text Example


Text Example

White with #AAFE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFE4A; }

 p { color: rgb(170,254,74); }

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

background-color css

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

 a { background-color: rgb(170,254,74); }

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

border-color css

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

 span { border-color: rgb(170,254,74); }

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