Html Css Color HEX #AAF932 Green Yellow

📋 copy color: '#AAF932'

red 170 ◦ green 249 ◦ blue 50

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

Shades of Green Yellow #AAF932

Tints of Green Yellow #AAF932

RGB

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

 GREEN value IS 249 (97.66% from 255) = 53.09%

 BLUE value IS 50 (19.92% from 255) = 10.66%

R = 36.25%
G = 53.09%
B = 10.66%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#AAF932 (or 0xAAF932) is known color: Green Yellow. HEX triplet: AA, F9 and 32. RGB value is (170,249,50). Sum of RGB (Red+Green+Blue) = 170+249+50=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 249 (97.66% from 255 or 53.09% from 469); Blue value is 50 (19.92% from 255 or 10.66% from 469); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF932 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF932 is #5506CD. Grayscale: #CBCBCB. Windows color (decimal): -5572302 or 3340714. OLE color: 3340714.

HSL color Cylindrical-coordinate representation of color #AAF932: hue angle of 83.82º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AAF932 is Cyan = 0.32, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 249 50 -
CMYK 0.32 0 0.80 0.02
HSL 83.82º 0.94% 0.59% -
HSV(B) 83.82º 0.8% 0.98% -
XYZ 51.03 76.53 15.1 -
YUV 202.69 41.83 104.68 -
System Red Green Blue C M Y K H S L
Decimal 170 249 50 0.32 0 0.80 0.02 83.82 0.94 0.59
Hex AA F9 32 20 0 50 2 54 5E 3B
Octal 252 371 62 40 0 120 2 124 136 73
Binary 10101010 11111001 110010 100000 0 1010000 10 1010100 1011110 111011

Color Harmonies of #AAF932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF932

Black with #AAF932

Text Example


Text Example

White with #AAF932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF932; }

 p { color: rgb(170,249,50); }

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

background-color css

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

 a { background-color: rgb(170,249,50); }

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

border-color css

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

 span { border-color: rgb(170,249,50); }

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