#AFFD93

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

Shades of Mint Green #AFFD93

Tints of Mint Green #AFFD93

Color information

#AFFD93 (or 0xAFFD93) is unknown color: approx Mint Green. HEX triplet: AF, FD and 93. RGB value is (175,253,147). Sum of RGB (Red+Green+Blue) = 175+253+147=575 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.43% from 575); Green value is 253 (99.22% from 255 or 44% from 575); Blue value is 147 (57.81% from 255 or 25.57% from 575); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFD93 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFD93 is #50026C. Grayscale: #D9D9D9. Windows color (decimal): -5243501 or 9698735. OLE color: 9698735.

HSL color Cylindrical-coordinate representation of color #AFFD93: hue angle of 104.15º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AFFD93 is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB175253147-
CMYK0.3100.420.01
HSL104.15º96.36%78.43%-
HSV(B)104.15º41.9%99.22%-
XYZ58.0781.4740.27-
YUV217.5988.1697.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.43%
GREEN value IS 253 (99.22% from 255) = 44%
BLUE value IS 147 (57.81% from 255) = 25.57%
R=30.43%
G=44%
B=25.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752531470.3100.420.01104.1596.3678.43
HexAFFD931F02A168604e
Octal257375223370521150140116
Binary1010111111111101100100111111101010101110100011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFD93; }

 p { color: rgb(175,253,147); }

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

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

 a { background-color: rgb(175,253,147); }

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

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

 span { border-color: rgb(175,253,147); }

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