Html Css Color HEX #AAFF96 Mint Green

📋 copy color: '#AAFF96'

red 170 ◦ green 255 ◦ blue 150

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

Shades of Mint Green #AAFF96

Tints of Mint Green #AAFF96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 26.09%

R = 29.57%
G = 44.35%
B = 26.09%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#AAFF96 (or 0xAAFF96) is known color: Mint Green. HEX triplet: AA, FF and 96. RGB value is (170,255,150). Sum of RGB (Red+Green+Blue) = 170+255+150=575 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.57% from 575); Green value is 255 (100% from 255 or 44.35% from 575); Blue value is 150 (58.98% from 255 or 26.09% from 575); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFF96 is #550069. Grayscale: #D9D9D9. Windows color (decimal): -5570666 or 9895850. OLE color: 9895850.

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

Color convert

RGB 170 255 150 -
CMYK 0.33 0 0.41 0
HSL 108.57º 1% 0.79% -
HSV(B) 108.57º 0.41% 1% -
XYZ 57.84 82.27 41.68 -
YUV 217.62 89.84 94.04 -
System Red Green Blue C M Y K H S L
Decimal 170 255 150 0.33 0 0.41 0 108.57 1 0.79
Hex AA FF 96 21 0 29 0 6D 64 4F
Octal 252 377 226 41 0 51 0 155 144 117
Binary 10101010 11111111 10010110 100001 0 101001 0 1101101 1100100 1001111

Color Harmonies of #AAFF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFF96

Black with #AAFF96

Text Example


Text Example

White with #AAFF96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFF96; }

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

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

background-color css

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

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

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

border-color css

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

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

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