Html Css Color HEX #AAF948 Green Yellow

📋 copy color: '#AAF948'

red 170 ◦ green 249 ◦ blue 72

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

Shades of Green Yellow #AAF948

Tints of Green Yellow #AAF948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.66%

R = 34.62%
G = 50.71%
B = 14.66%

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

#AAF948 (or 0xAAF948) is known color: Green Yellow. HEX triplet: AA, F9 and 48. RGB value is (170,249,72). Sum of RGB (Red+Green+Blue) = 170+249+72=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 249 (97.66% from 255 or 50.71% from 491); Blue value is 72 (28.52% from 255 or 14.66% from 491); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF948 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF948 is #5506B7. Grayscale: #CDCDCD. Windows color (decimal): -5572280 or 4782506. OLE color: 4782506.

HSL color Cylindrical-coordinate representation of color #AAF948: hue angle of 86.78º 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 #AAF948 is Cyan = 0.32, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 249 72 -
CMYK 0.32 0 0.71 0.02
HSL 86.78º 0.94% 0.63% -
HSV(B) 86.78º 0.71% 0.98% -
XYZ 51.62 76.77 18.23 -
YUV 205.2 52.83 102.89 -
System Red Green Blue C M Y K H S L
Decimal 170 249 72 0.32 0 0.71 0.02 86.78 0.94 0.63
Hex AA F9 48 20 0 47 2 57 5E 3F
Octal 252 371 110 40 0 107 2 127 136 77
Binary 10101010 11111001 1001000 100000 0 1000111 10 1010111 1011110 111111

Color Harmonies of #AAF948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF948

Black with #AAF948

Text Example


Text Example

White with #AAF948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF948; }

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

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

background-color css

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

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

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

border-color css

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

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

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