Html Css Color HEX #AAFF48 Green Yellow

📋 copy color: '#AAFF48'

red 170 ◦ green 255 ◦ blue 72

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

Shades of Green Yellow #AAFF48

Tints of Green Yellow #AAFF48

RGB

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

 GREEN value IS 255 (100% from 255) = 51.31%

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

R = 34.21%
G = 51.31%
B = 14.49%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.72

 K value IS 0

RGB Variations

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

Color information

#AAFF48 (or 0xAAFF48) is known color: Green Yellow. HEX triplet: AA, FF and 48. RGB value is (170,255,72). Sum of RGB (Red+Green+Blue) = 170+255+72=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 255 (100% from 255 or 51.31% from 497); Blue value is 72 (28.52% from 255 or 14.49% from 497); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF48 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFF48 is #5500B7. Grayscale: #D1D1D1. Windows color (decimal): -5570744 or 4784042. OLE color: 4784042.

HSL color Cylindrical-coordinate representation of color #AAFF48: hue angle of 87.87º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AAFF48 is Cyan = 0.33, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.

Color convert

RGB 170 255 72 -
CMYK 0.33 0 0.72 0
HSL 87.87º 1% 0.64% -
HSV(B) 87.87º 0.72% 1% -
XYZ 53.51 80.53 18.86 -
YUV 208.72 50.84 100.38 -
System Red Green Blue C M Y K H S L
Decimal 170 255 72 0.33 0 0.72 0 87.87 1 0.64
Hex AA FF 48 21 0 48 0 58 64 40
Octal 252 377 110 41 0 110 0 130 144 100
Binary 10101010 11111111 1001000 100001 0 1001000 0 1011000 1100100 1000000

Color Harmonies of #AAFF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFF48

Black with #AAFF48

Text Example


Text Example

White with #AAFF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFF48; }

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

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

background-color css

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

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

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

border-color css

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

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

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