Html Css Color HEX #AAF828 Green Yellow

📋 copy color: '#AAF828'

red 170 ◦ green 248 ◦ blue 40

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

Shades of Green Yellow #AAF828

Tints of Green Yellow #AAF828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.73%

R = 37.12%
G = 54.15%
B = 8.73%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#AAF828 (or 0xAAF828) is known color: Green Yellow. HEX triplet: AA, F8 and 28. RGB value is (170,248,40). Sum of RGB (Red+Green+Blue) = 170+248+40=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 248 (97.27% from 255 or 54.15% from 458); Blue value is 40 (16.02% from 255 or 8.73% from 458); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF828 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF828 is #5507D7. Grayscale: #C9C9C9. Windows color (decimal): -5572568 or 2685098. OLE color: 2685098.

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

Color convert

RGB 170 248 40 -
CMYK 0.31 0 0.84 0.03
HSL 82.5º 0.94% 0.56% -
HSV(B) 82.5º 0.84% 0.97% -
XYZ 50.53 75.83 13.98 -
YUV 200.97 37.16 105.91 -
System Red Green Blue C M Y K H S L
Decimal 170 248 40 0.31 0 0.84 0.03 82.5 0.94 0.56
Hex AA F8 28 1F 0 54 3 52 5E 38
Octal 252 370 50 37 0 124 3 122 136 70
Binary 10101010 11111000 101000 11111 0 1010100 11 1010010 1011110 111000

Color Harmonies of #AAF828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF828

Black with #AAF828

Text Example


Text Example

White with #AAF828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF828; }

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

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

background-color css

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

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

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

border-color css

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

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

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