Html Css Color HEX #AAFA19 Green Yellow

📋 copy color: '#AAFA19'

red 170 ◦ green 250 ◦ blue 25

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

Shades of Green Yellow #AAFA19

Tints of Green Yellow #AAFA19

RGB

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

 GREEN value IS 250 (98.05% from 255) = 56.18%

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

R = 38.2%
G = 56.18%
B = 5.62%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.9

 K value IS 0.02

RGB Variations

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

Color information

#AAFA19 (or 0xAAFA19) is known color: Green Yellow. HEX triplet: AA, FA and 19. RGB value is (170,250,25). Sum of RGB (Red+Green+Blue) = 170+250+25=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 250 (98.05% from 255 or 56.18% from 445); Blue value is 25 (10.16% from 255 or 5.62% from 445); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFA19 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFA19 is #5505E6. Grayscale: #C9C9C9. Windows color (decimal): -5572071 or 1702570. OLE color: 1702570.

HSL color Cylindrical-coordinate representation of color #AAFA19: hue angle of 81.33º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AAFA19 is Cyan = 0.32, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 250 25 -
CMYK 0.32 0 0.9 0.02
HSL 81.33º 0.96% 0.54% -
HSV(B) 81.33º 0.9% 0.98% -
XYZ 50.94 76.99 13.1 -
YUV 200.43 29 106.3 -
System Red Green Blue C M Y K H S L
Decimal 170 250 25 0.32 0 0.9 0.02 81.33 0.96 0.54
Hex AA FA 19 20 0 5A 2 51 60 36
Octal 252 372 31 40 0 132 2 121 140 66
Binary 10101010 11111010 11001 100000 0 1011010 10 1010001 1100000 110110

Color Harmonies of #AAFA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFA19

Black with #AAFA19

Text Example


Text Example

White with #AAFA19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFA19; }

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

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

background-color css

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

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

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

border-color css

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

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

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