#9AFE8D

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

Shades of Mint Green #9AFE8D

Tints of Mint Green #9AFE8D

Color information

#9AFE8D (or 0x9AFE8D) is unknown color: approx Mint Green. HEX triplet: 9A, FE and 8D. RGB value is (154,254,141). Sum of RGB (Red+Green+Blue) = 154+254+141=549 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.05% from 549); Green value is 254 (99.61% from 255 or 46.27% from 549); Blue value is 141 (55.47% from 255 or 25.68% from 549); Max value from RGB is 254 - color contains mainly: green. Hex color #9AFE8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AFE8D is #650172. Grayscale: #D3D3D3. Windows color (decimal): -6619507 or 9305754. OLE color: 9305754.

HSL color Cylindrical-coordinate representation of color #9AFE8D: hue angle of 113.1º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9AFE8D is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.00.

Color convert

RGB154254141-
CMYK0.3900.440.00
HSL113.1º98.26%77.45%-
HSV(B)113.1º44.49%99.61%-
XYZ53.5879.6837.75-
YUV211.2288.3787.19-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.05%
GREEN value IS 254 (99.61% from 255) = 46.27%
BLUE value IS 141 (55.47% from 255) = 25.68%
R=28.05%
G=46.27%
B=25.68%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1542541410.3900.440.00113.198.2677.45
Hex9AFE8D2702C071624d
Octal232376215470540161142115
Binary10011010111111101000110110011101011000111000111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AFE8D; }

 p { color: rgb(154,254,141); }

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

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

 a { background-color: rgb(154,254,141); }

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

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

 span { border-color: rgb(154,254,141); }

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