#AFFEAA

Color #AFFEAA Mint Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mint Green #AFFEAA

Tints of Mint Green #AFFEAA

Color information

#AFFEAA (or 0xAFFEAA) is unknown color: approx Mint Green. HEX triplet: AF, FE and AA. RGB value is (175,254,170). Sum of RGB (Red+Green+Blue) = 175+254+170=599 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.22% from 599); Green value is 254 (99.61% from 255 or 42.40% from 599); Blue value is 170 (66.80% from 255 or 28.38% from 599); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFEAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFEAA is #500155. Grayscale: #DDDDDD. Windows color (decimal): -5243222 or 11206319. OLE color: 11206319.

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

Color convert

RGB175254170-
CMYK0.3100.330.00
HSL116.43º97.67%83.14%-
HSV(B)116.43º33.07%99.61%-
XYZ60.3882.950.85-
YUV220.899.3395.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.22%
GREEN value IS 254 (99.61% from 255) = 42.40%
BLUE value IS 170 (66.80% from 255) = 28.38%
R=29.22%
G=42.40%
B=28.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1752541700.3100.330.00116.4397.6783.14
HexAFFEAA1F0210746253
Octal257376252370410164142123
Binary1010111111111110101010101111101000010111010011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFEAA; }

 p { color: rgb(175,254,170); }

 H1.HeaderClassName
 {
   color: #AFFEAA;
 }
 .AnyTagClassName
 {
   color: #AFFEAA;
 }
</style>
background-color css

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

 a { background-color: rgb(175,254,170); }

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

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

 span { border-color: rgb(175,254,170); }

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