Html Css Color HEX #AAF320 Green Yellow

📋 copy color: '#AAF320'

red 170 ◦ green 243 ◦ blue 32

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

Shades of Green Yellow #AAF320

Tints of Green Yellow #AAF320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.19%

R = 38.2%
G = 54.61%
B = 7.19%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#AAF320 (or 0xAAF320) is known color: Green Yellow. HEX triplet: AA, F3 and 20. RGB value is (170,243,32). Sum of RGB (Red+Green+Blue) = 170+243+32=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 243 (95.31% from 255 or 54.61% from 445); Blue value is 32 (12.89% from 255 or 7.19% from 445); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF320 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF320 is #550CDF. Grayscale: #C5C5C5. Windows color (decimal): -5573856 or 2159530. OLE color: 2159530.

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

Color convert

RGB 170 243 32 -
CMYK 0.30 0 0.87 0.05
HSL 80.76º 0.9% 0.54% -
HSV(B) 80.76º 0.87% 0.95% -
XYZ 48.89 72.75 12.83 -
YUV 197.12 34.82 108.66 -
System Red Green Blue C M Y K H S L
Decimal 170 243 32 0.30 0 0.87 0.05 80.76 0.9 0.54
Hex AA F3 20 1E 0 57 5 51 5A 36
Octal 252 363 40 36 0 127 5 121 132 66
Binary 10101010 11110011 100000 11110 0 1010111 101 1010001 1011010 110110

Color Harmonies of #AAF320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF320

Black with #AAF320

Text Example


Text Example

White with #AAF320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF320; }

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

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

background-color css

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

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

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

border-color css

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

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

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