Html Css Color HEX #AAF324 Green Yellow

📋 copy color: '#AAF324'

red 170 ◦ green 243 ◦ blue 36

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

Shades of Green Yellow #AAF324

Tints of Green Yellow #AAF324

RGB

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

 GREEN value IS 243 (95.31% from 255) = 54.12%

 BLUE value IS 36 (14.45% from 255) = 8.02%

R = 37.86%
G = 54.12%
B = 8.02%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#AAF324 (or 0xAAF324) is known color: Green Yellow. HEX triplet: AA, F3 and 24. RGB value is (170,243,36). Sum of RGB (Red+Green+Blue) = 170+243+36=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 243 (95.31% from 255 or 54.12% from 449); Blue value is 36 (14.45% from 255 or 8.02% from 449); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF324 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF324 is #550CDB. Grayscale: #C6C6C6. Windows color (decimal): -5573852 or 2421674. OLE color: 2421674.

HSL color Cylindrical-coordinate representation of color #AAF324: hue angle of 81.16º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AAF324 is Cyan = 0.30, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 243 36 -
CMYK 0.30 0 0.85 0.05
HSL 81.16º 0.9% 0.55% -
HSV(B) 81.16º 0.85% 0.95% -
XYZ 48.95 72.77 13.14 -
YUV 197.58 36.82 108.33 -
System Red Green Blue C M Y K H S L
Decimal 170 243 36 0.30 0 0.85 0.05 81.16 0.9 0.55
Hex AA F3 24 1E 0 55 5 51 5A 37
Octal 252 363 44 36 0 125 5 121 132 67
Binary 10101010 11110011 100100 11110 0 1010101 101 1010001 1011010 110111

Color Harmonies of #AAF324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF324

Black with #AAF324

Text Example


Text Example

White with #AAF324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF324; }

 p { color: rgb(170,243,36); }

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

background-color css

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

 a { background-color: rgb(170,243,36); }

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

border-color css

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

 span { border-color: rgb(170,243,36); }

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