Html Css Color HEX #AAF440 Green Yellow

📋 copy color: '#AAF440'

red 170 ◦ green 244 ◦ blue 64

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

Shades of Green Yellow #AAF440

Tints of Green Yellow #AAF440

RGB

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

 GREEN value IS 244 (95.7% from 255) = 51.05%

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

R = 35.56%
G = 51.05%
B = 13.39%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#AAF440 (or 0xAAF440) is known color: Green Yellow. HEX triplet: AA, F4 and 40. RGB value is (170,244,64). Sum of RGB (Red+Green+Blue) = 170+244+64=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 244 (95.70% from 255 or 51.05% from 478); Blue value is 64 (25.39% from 255 or 13.39% from 478); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF440 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF440 is #550BBF. Grayscale: #C9C9C9. Windows color (decimal): -5573568 or 4256938. OLE color: 4256938.

HSL color Cylindrical-coordinate representation of color #AAF440: hue angle of 84.67º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AAF440 is Cyan = 0.30, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 244 64 -
CMYK 0.30 0 0.74 0.04
HSL 84.67º 0.89% 0.6% -
HSV(B) 84.67º 0.74% 0.96% -
XYZ 49.85 73.62 16.43 -
YUV 201.35 50.48 105.64 -
System Red Green Blue C M Y K H S L
Decimal 170 244 64 0.30 0 0.74 0.04 84.67 0.89 0.6
Hex AA F4 40 1E 0 4A 4 55 59 3C
Octal 252 364 100 36 0 112 4 125 131 74
Binary 10101010 11110100 1000000 11110 0 1001010 100 1010101 1011001 111100

Color Harmonies of #AAF440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF440

Black with #AAF440

Text Example


Text Example

White with #AAF440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF440; }

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

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

background-color css

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

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

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

border-color css

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

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

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