#AFFD94

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

Shades of Mint Green #AFFD94

Tints of Mint Green #AFFD94

Color information

#AFFD94 (or 0xAFFD94) is unknown color: approx Mint Green. HEX triplet: AF, FD and 94. RGB value is (175,253,148). Sum of RGB (Red+Green+Blue) = 175+253+148=576 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.38% from 576); Green value is 253 (99.22% from 255 or 43.92% from 576); Blue value is 148 (58.20% from 255 or 25.69% from 576); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFD94 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFD94 is #50026B. Grayscale: #DADADA. Windows color (decimal): -5243500 or 9764271. OLE color: 9764271.

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

Color convert

RGB175253148-
CMYK0.3100.420.01
HSL104.57º96.33%78.63%-
HSV(B)104.57º41.5%99.22%-
XYZ58.1581.540.68-
YUV217.7188.6697.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.38%
GREEN value IS 253 (99.22% from 255) = 43.92%
BLUE value IS 148 (58.20% from 255) = 25.69%
R=30.38%
G=43.92%
B=25.69%

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
Decimal1752531480.3100.420.01104.5796.3378.63
HexAFFD941F02A169604f
Octal257375224370521151140117
Binary1010111111111101100101001111101010101110100111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFD94; }

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

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

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

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

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

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

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

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