Html Css Color HEX #AAFF4C Green Yellow

📋 copy color: '#AAFF4C'

red 170 ◦ green 255 ◦ blue 76

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

Shades of Green Yellow #AAFF4C

Tints of Green Yellow #AAFF4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.17%

R = 33.93%
G = 50.9%
B = 15.17%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.70

 K value IS 0

RGB Variations

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

Color information

#AAFF4C (or 0xAAFF4C) is known color: Green Yellow. HEX triplet: AA, FF and 4C. RGB value is (170,255,76). Sum of RGB (Red+Green+Blue) = 170+255+76=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 255 (100% from 255 or 50.90% from 501); Blue value is 76 (30.08% from 255 or 15.17% from 501); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF4C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFF4C is #5500B3. Grayscale: #D1D1D1. Windows color (decimal): -5570740 or 5046186. OLE color: 5046186.

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

Color convert

RGB 170 255 76 -
CMYK 0.33 0 0.70 0
HSL 88.49º 1% 0.65% -
HSV(B) 88.49º 0.7% 1% -
XYZ 53.64 80.59 19.57 -
YUV 209.18 52.84 100.05 -
System Red Green Blue C M Y K H S L
Decimal 170 255 76 0.33 0 0.70 0 88.49 1 0.65
Hex AA FF 4C 21 0 46 0 58 64 41
Octal 252 377 114 41 0 106 0 130 144 101
Binary 10101010 11111111 1001100 100001 0 1000110 0 1011000 1100100 1000001

Color Harmonies of #AAFF4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFF4C

Black with #AAFF4C

Text Example


Text Example

White with #AAFF4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFF4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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