Html Css Color HEX #AAFD1A Green Yellow

📋 copy color: '#AAFD1A'

red 170 ◦ green 253 ◦ blue 26

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

Shades of Green Yellow #AAFD1A

Tints of Green Yellow #AAFD1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.79%

R = 37.86%
G = 56.35%
B = 5.79%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#AAFD1A (or 0xAAFD1A) is known color: Green Yellow. HEX triplet: AA, FD and 1A. RGB value is (170,253,26). Sum of RGB (Red+Green+Blue) = 170+253+26=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 253 (99.22% from 255 or 56.35% from 449); Blue value is 26 (10.55% from 255 or 5.79% from 449); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD1A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFD1A is #5502E5. Grayscale: #CBCBCB. Windows color (decimal): -5571302 or 1768874. OLE color: 1768874.

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

Color convert

RGB 170 253 26 -
CMYK 0.33 0 0.90 0.01
HSL 81.94º 0.98% 0.55% -
HSV(B) 81.94º 0.9% 0.99% -
XYZ 51.89 78.87 13.47 -
YUV 202.31 28.5 104.96 -
System Red Green Blue C M Y K H S L
Decimal 170 253 26 0.33 0 0.90 0.01 81.94 0.98 0.55
Hex AA FD 1A 21 0 5A 1 52 62 37
Octal 252 375 32 41 0 132 1 122 142 67
Binary 10101010 11111101 11010 100001 0 1011010 1 1010010 1100010 110111

Color Harmonies of #AAFD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFD1A

Black with #AAFD1A

Text Example


Text Example

White with #AAFD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFD1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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