Html Css Color HEX #AAF036 Green Yellow

📋 copy color: '#AAF036'

red 170 ◦ green 240 ◦ blue 54

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

Shades of Green Yellow #AAF036

Tints of Green Yellow #AAF036

RGB

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

 GREEN value IS 240 (94.14% from 255) = 51.72%

 BLUE value IS 54 (21.48% from 255) = 11.64%

R = 36.64%
G = 51.72%
B = 11.64%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#AAF036 (or 0xAAF036) is known color: Green Yellow. HEX triplet: AA, F0 and 36. RGB value is (170,240,54). Sum of RGB (Red+Green+Blue) = 170+240+54=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 240 (94.14% from 255 or 51.72% from 464); Blue value is 54 (21.48% from 255 or 11.64% from 464); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF036 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF036 is #550FC9. Grayscale: #C6C6C6. Windows color (decimal): -5574602 or 3600554. OLE color: 3600554.

HSL color Cylindrical-coordinate representation of color #AAF036: hue angle of 82.58º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AAF036 is Cyan = 0.29, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 240 54 -
CMYK 0.29 0 0.78 0.06
HSL 82.58º 0.86% 0.58% -
HSV(B) 82.58º 0.78% 0.94% -
XYZ 48.4 71.13 14.67 -
YUV 197.87 46.81 108.12 -
System Red Green Blue C M Y K H S L
Decimal 170 240 54 0.29 0 0.78 0.06 82.58 0.86 0.58
Hex AA F0 36 1D 0 4E 6 53 56 3A
Octal 252 360 66 35 0 116 6 123 126 72
Binary 10101010 11110000 110110 11101 0 1001110 110 1010011 1010110 111010

Color Harmonies of #AAF036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF036

Black with #AAF036

Text Example


Text Example

White with #AAF036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF036; }

 p { color: rgb(170,240,54); }

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

background-color css

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

 a { background-color: rgb(170,240,54); }

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

border-color css

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

 span { border-color: rgb(170,240,54); }

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