Html Css Color HEX #AAF819 Green Yellow

📋 copy color: '#AAF819'

red 170 ◦ green 248 ◦ blue 25

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

Shades of Green Yellow #AAF819

Tints of Green Yellow #AAF819

RGB

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

 GREEN value IS 248 (97.27% from 255) = 55.98%

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

R = 38.37%
G = 55.98%
B = 5.64%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#AAF819 (or 0xAAF819) is known color: Green Yellow. HEX triplet: AA, F8 and 19. RGB value is (170,248,25). Sum of RGB (Red+Green+Blue) = 170+248+25=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 248 (97.27% from 255 or 55.98% from 443); Blue value is 25 (10.16% from 255 or 5.64% from 443); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF819 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF819 is #5507E6. Grayscale: #C8C8C8. Windows color (decimal): -5572583 or 1702058. OLE color: 1702058.

HSL color Cylindrical-coordinate representation of color #AAF819: hue angle of 80.99º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AAF819 is Cyan = 0.31, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.

Color convert

RGB 170 248 25 -
CMYK 0.31 0 0.90 0.03
HSL 80.99º 0.94% 0.54% -
HSV(B) 80.99º 0.9% 0.97% -
XYZ 50.32 75.75 12.89 -
YUV 199.26 29.66 107.13 -
System Red Green Blue C M Y K H S L
Decimal 170 248 25 0.31 0 0.90 0.03 80.99 0.94 0.54
Hex AA F8 19 1F 0 5A 3 51 5E 36
Octal 252 370 31 37 0 132 3 121 136 66
Binary 10101010 11111000 11001 11111 0 1011010 11 1010001 1011110 110110

Color Harmonies of #AAF819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF819

Black with #AAF819

Text Example


Text Example

White with #AAF819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF819; }

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

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

background-color css

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

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

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

border-color css

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

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

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