Html Css Color HEX #AAFF40 Green Yellow

📋 copy color: '#AAFF40'

red 170 ◦ green 255 ◦ blue 64

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

Shades of Green Yellow #AAFF40

Tints of Green Yellow #AAFF40

RGB

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

 GREEN value IS 255 (100% from 255) = 52.15%

 BLUE value IS 64 (25.39% from 255) = 13.09%

R = 34.76%
G = 52.15%
B = 13.09%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#AAFF40 (or 0xAAFF40) is known color: Green Yellow. HEX triplet: AA, FF and 40. RGB value is (170,255,64). Sum of RGB (Red+Green+Blue) = 170+255+64=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 255 (100% from 255 or 52.15% from 489); Blue value is 64 (25.39% from 255 or 13.09% from 489); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFF40 is #5500BF. Grayscale: #D0D0D0. Windows color (decimal): -5570752 or 4259754. OLE color: 4259754.

HSL color Cylindrical-coordinate representation of color #AAFF40: hue angle of 86.7º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AAFF40 is Cyan = 0.33, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB 170 255 64 -
CMYK 0.33 0 0.75 0
HSL 86.7º 1% 0.63% -
HSV(B) 86.7º 0.75% 1% -
XYZ 53.26 80.44 17.57 -
YUV 207.81 46.84 101.03 -
System Red Green Blue C M Y K H S L
Decimal 170 255 64 0.33 0 0.75 0 86.7 1 0.63
Hex AA FF 40 21 0 4B 0 57 64 3F
Octal 252 377 100 41 0 113 0 127 144 77
Binary 10101010 11111111 1000000 100001 0 1001011 0 1010111 1100100 111111

Color Harmonies of #AAFF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFF40

Black with #AAFF40

Text Example


Text Example

White with #AAFF40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFF40; }

 p { color: rgb(170,255,64); }

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

background-color css

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

 a { background-color: rgb(170,255,64); }

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

border-color css

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

 span { border-color: rgb(170,255,64); }

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