Html Css Color HEX #AAFD21 Green Yellow

📋 copy color: '#AAFD21'

red 170 ◦ green 253 ◦ blue 33

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

Shades of Green Yellow #AAFD21

Tints of Green Yellow #AAFD21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.24%

R = 37.28%
G = 55.48%
B = 7.24%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#AAFD21 (or 0xAAFD21) is known color: Green Yellow. HEX triplet: AA, FD and 21. RGB value is (170,253,33). Sum of RGB (Red+Green+Blue) = 170+253+33=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 253 (99.22% from 255 or 55.48% from 456); Blue value is 33 (13.28% from 255 or 7.24% from 456); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD21 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFD21 is #5502DE. Grayscale: #CBCBCB. Windows color (decimal): -5571295 or 2227626. OLE color: 2227626.

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

Color convert

RGB 170 253 33 -
CMYK 0.33 0 0.87 0.01
HSL 82.64º 0.98% 0.56% -
HSV(B) 82.64º 0.87% 0.99% -
XYZ 51.98 78.91 13.93 -
YUV 203.1 32 104.39 -
System Red Green Blue C M Y K H S L
Decimal 170 253 33 0.33 0 0.87 0.01 82.64 0.98 0.56
Hex AA FD 21 21 0 57 1 53 62 38
Octal 252 375 41 41 0 127 1 123 142 70
Binary 10101010 11111101 100001 100001 0 1010111 1 1010011 1100010 111000

Color Harmonies of #AAFD21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFD21

Black with #AAFD21

Text Example


Text Example

White with #AAFD21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFD21; }

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

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

background-color css

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

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

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

border-color css

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

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

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