Html Css Color HEX #AAFF46 Green Yellow

📋 copy color: '#AAFF46'

red 170 ◦ green 255 ◦ blue 70

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

Shades of Green Yellow #AAFF46

Tints of Green Yellow #AAFF46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.14%

R = 34.34%
G = 51.52%
B = 14.14%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.73

 K value IS 0

RGB Variations

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

Color information

#AAFF46 (or 0xAAFF46) is known color: Green Yellow. HEX triplet: AA, FF and 46. RGB value is (170,255,70). Sum of RGB (Red+Green+Blue) = 170+255+70=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 255 (100% from 255 or 51.52% from 495); Blue value is 70 (27.73% from 255 or 14.14% from 495); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF46 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFF46 is #5500B9. Grayscale: #D1D1D1. Windows color (decimal): -5570746 or 4652970. OLE color: 4652970.

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

Color convert

RGB 170 255 70 -
CMYK 0.33 0 0.73 0
HSL 87.57º 1% 0.64% -
HSV(B) 87.57º 0.73% 1% -
XYZ 53.44 80.51 18.52 -
YUV 208.5 49.84 100.54 -
System Red Green Blue C M Y K H S L
Decimal 170 255 70 0.33 0 0.73 0 87.57 1 0.64
Hex AA FF 46 21 0 49 0 58 64 40
Octal 252 377 106 41 0 111 0 130 144 100
Binary 10101010 11111111 1000110 100001 0 1001001 0 1011000 1100100 1000000

Color Harmonies of #AAFF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFF46

Black with #AAFF46

Text Example


Text Example

White with #AAFF46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFF46; }

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

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

background-color css

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

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

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

border-color css

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

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

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