Html Css Color HEX #AAF81C Green Yellow

📋 copy color: '#AAF81C'

red 170 ◦ green 248 ◦ blue 28

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

Shades of Green Yellow #AAF81C

Tints of Green Yellow #AAF81C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.28%

R = 38.12%
G = 55.61%
B = 6.28%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#AAF81C (or 0xAAF81C) is known color: Green Yellow. HEX triplet: AA, F8 and 1C. RGB value is (170,248,28). Sum of RGB (Red+Green+Blue) = 170+248+28=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 248 (97.27% from 255 or 55.61% from 446); Blue value is 28 (11.33% from 255 or 6.28% from 446); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF81C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF81C is #5507E3. Grayscale: #C8C8C8. Windows color (decimal): -5572580 or 1898666. OLE color: 1898666.

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

Color convert

RGB 170 248 28 -
CMYK 0.31 0 0.89 0.03
HSL 81.27º 0.94% 0.54% -
HSV(B) 81.27º 0.89% 0.97% -
XYZ 50.35 75.76 13.07 -
YUV 199.6 31.16 106.89 -
System Red Green Blue C M Y K H S L
Decimal 170 248 28 0.31 0 0.89 0.03 81.27 0.94 0.54
Hex AA F8 1C 1F 0 59 3 51 5E 36
Octal 252 370 34 37 0 131 3 121 136 66
Binary 10101010 11111000 11100 11111 0 1011001 11 1010001 1011110 110110

Color Harmonies of #AAF81C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF81C

Black with #AAF81C

Text Example


Text Example

White with #AAF81C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF81C; }

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

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

background-color css

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

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

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

border-color css

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

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

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