Html Css Color HEX #AAFD85 Mint Green

📋 copy color: '#AAFD85'

red 170 ◦ green 253 ◦ blue 133

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

Shades of Mint Green #AAFD85

Tints of Mint Green #AAFD85

RGB

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

 GREEN value IS 253 (99.22% from 255) = 45.5%

 BLUE value IS 133 (52.34% from 255) = 23.92%

R = 30.58%
G = 45.5%
B = 23.92%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#AAFD85 (or 0xAAFD85) is known color: Mint Green. HEX triplet: AA, FD and 85. RGB value is (170,253,133). Sum of RGB (Red+Green+Blue) = 170+253+133=556 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.58% from 556); Green value is 253 (99.22% from 255 or 45.50% from 556); Blue value is 133 (52.34% from 255 or 23.92% from 556); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFD85 is #55027A. Grayscale: #D6D6D6. Windows color (decimal): -5571195 or 8781226. OLE color: 8781226.

HSL color Cylindrical-coordinate representation of color #AAFD85: hue angle of 101.5º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AAFD85 is Cyan = 0.33, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 253 133 -
CMYK 0.33 0 0.47 0.01
HSL 101.5º 0.97% 0.76% -
HSV(B) 101.5º 0.47% 0.99% -
XYZ 55.94 80.49 34.78 -
YUV 214.5 82 96.26 -
System Red Green Blue C M Y K H S L
Decimal 170 253 133 0.33 0 0.47 0.01 101.5 0.97 0.76
Hex AA FD 85 21 0 2F 1 66 61 4C
Octal 252 375 205 41 0 57 1 146 141 114
Binary 10101010 11111101 10000101 100001 0 101111 1 1100110 1100001 1001100

Color Harmonies of #AAFD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFD85

Black with #AAFD85

Text Example


Text Example

White with #AAFD85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFD85; }

 p { color: rgb(170,253,133); }

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

background-color css

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

 a { background-color: rgb(170,253,133); }

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

border-color css

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

 span { border-color: rgb(170,253,133); }

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