Shades of Mint Green #9AFF7E
Tints of Mint Green #9AFF7E
RGB
CMYK
RGB Variations
Color information
#9AFF7E (or 0x9AFF7E) is known color: Mint Green. HEX triplet: 9A, FF and 7E. RGB value is (154,255,126). Sum of RGB (Red+Green+Blue) = 154+255+126=535 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.79% from 535); Green value is 255 (100% from 255 or 47.66% from 535); Blue value is 126 (49.61% from 255 or 23.55% from 535); Max value from RGB is 255 - color contains mainly: green. Hex color #9AFF7E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AFF7E is #650081. Grayscale: #D2D2D2. Windows color (decimal): -6619266 or 8322970. OLE color: 8322970.
HSL color Cylindrical-coordinate representation of color #9AFF7E: hue angle of 106.98º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9AFF7E is Cyan = 0.40, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 255 | 126 | - |
| CMYK | 0.40 | 0 | 0.51 | 0 |
| HSL | 106.98º | 1% | 0.75% | - |
| HSV(B) | 106.98º | 0.51% | 1% | - |
| XYZ | 52.85 | 79.9 | 32.37 | - |
| YUV | 210.1 | 80.54 | 87.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 255 | 126 | 0.40 | 0 | 0.51 | 0 | 106.98 | 1 | 0.75 |
| Hex | 9A | FF | 7E | 28 | 0 | 33 | 0 | 6B | 64 | 4B |
| Octal | 232 | 377 | 176 | 50 | 0 | 63 | 0 | 153 | 144 | 113 |
| Binary | 10011010 | 11111111 | 1111110 | 101000 | 0 | 110011 | 0 | 1101011 | 1100100 | 1001011 |
Color Harmonies of #9AFF7E
Complementary color
Monochromatic Colors of #9AFF7E
Black with #9AFF7E
Text Example
Text Example
White with #9AFF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFF7E; }
p { color: rgb(154,255,126); }
H1.HeaderClassName
{
color: #9AFF7E;
}
.AnyTagClassName
{
color: #9AFF7E;
}
</style>
background-color css
<style>
a { background-color: #9AFF7E; }
a { background-color: rgb(154,255,126); }
div.DivClassName
{
background-color: #9AFF7E;
}
.BgClassName
{
background-color: #9AFF7E;
}
</style>
border-color css
<style>
span { border-color: #9AFF7E; }
span { border-color: rgb(154,255,126); }
td.TdClassName
{
border-color: #9AFF7E;
}
.TagClassName
{
border-color: #9AFF7E;
}
</style>