Html Css Color HEX #AAF949 Green Yellow

📋 copy color: '#AAF949'

red 170 ◦ green 249 ◦ blue 73

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

Shades of Green Yellow #AAF949

Tints of Green Yellow #AAF949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 14.84%

R = 34.55%
G = 50.61%
B = 14.84%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#AAF949 (or 0xAAF949) is known color: Green Yellow. HEX triplet: AA, F9 and 49. RGB value is (170,249,73). Sum of RGB (Red+Green+Blue) = 170+249+73=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 249 (97.66% from 255 or 50.61% from 492); Blue value is 73 (28.91% from 255 or 14.84% from 492); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF949 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF949 is #5506B6. Grayscale: #CDCDCD. Windows color (decimal): -5572279 or 4848042. OLE color: 4848042.

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

Color convert

RGB 170 249 73 -
CMYK 0.32 0 0.71 0.02
HSL 86.93º 0.94% 0.63% -
HSV(B) 86.93º 0.71% 0.98% -
XYZ 51.66 76.78 18.4 -
YUV 205.32 53.33 102.81 -
System Red Green Blue C M Y K H S L
Decimal 170 249 73 0.32 0 0.71 0.02 86.93 0.94 0.63
Hex AA F9 49 20 0 47 2 57 5E 3F
Octal 252 371 111 40 0 107 2 127 136 77
Binary 10101010 11111001 1001001 100000 0 1000111 10 1010111 1011110 111111

Color Harmonies of #AAF949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF949

Black with #AAF949

Text Example


Text Example

White with #AAF949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF949; }

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

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

background-color css

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

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

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

border-color css

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

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

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