Html Css Color HEX #AAFD19 Green Yellow

📋 copy color: '#AAFD19'

red 170 ◦ green 253 ◦ blue 25

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

Shades of Green Yellow #AAFD19

Tints of Green Yellow #AAFD19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.58%

R = 37.95%
G = 56.47%
B = 5.58%

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

#AAFD19 (or 0xAAFD19) is known color: Green Yellow. HEX triplet: AA, FD and 19. RGB value is (170,253,25). Sum of RGB (Red+Green+Blue) = 170+253+25=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 253 (99.22% from 255 or 56.47% from 448); Blue value is 25 (10.16% from 255 or 5.58% from 448); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD19 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFD19 is #5502E6. Grayscale: #CBCBCB. Windows color (decimal): -5571303 or 1703338. OLE color: 1703338.

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

Color convert

RGB 170 253 25 -
CMYK 0.33 0 0.90 0.01
HSL 81.84º 0.98% 0.55% -
HSV(B) 81.84º 0.9% 0.99% -
XYZ 51.88 78.87 13.41 -
YUV 202.19 28 105.04 -
System Red Green Blue C M Y K H S L
Decimal 170 253 25 0.33 0 0.90 0.01 81.84 0.98 0.55
Hex AA FD 19 21 0 5A 1 52 62 37
Octal 252 375 31 41 0 132 1 122 142 67
Binary 10101010 11111101 11001 100001 0 1011010 1 1010010 1100010 110111

Color Harmonies of #AAFD19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFD19

Black with #AAFD19

Text Example


Text Example

White with #AAFD19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFD19; }

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

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

background-color css

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

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

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

border-color css

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

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

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