Shades of Atlantis #9FE640
Tints of Atlantis #9FE640
RGB
CMYK
RGB Variations
Color information
#9FE640 (or 0x9FE640) is known color: Atlantis. HEX triplet: 9F, E6 and 40. RGB value is (159,230,64). Sum of RGB (Red+Green+Blue) = 159+230+64=453 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.10% from 453); Green value is 230 (90.23% from 255 or 50.77% from 453); Blue value is 64 (25.39% from 255 or 14.13% from 453); Max value from RGB is 230 - color contains mainly: green. Hex color #9FE640 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9FE640 is #6019BF. Grayscale: #BEBEBE. Windows color (decimal): -6298048 or 4253343. OLE color: 4253343.
HSL color Cylindrical-coordinate representation of color #9FE640: hue angle of 85.66º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9FE640 is Cyan = 0.31, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 159 | 230 | 64 | - |
| CMYK | 0.31 | 0 | 0.72 | 0.10 |
| HSL | 85.66º | 0.77% | 0.58% | - |
| HSV(B) | 85.66º | 0.72% | 0.9% | - |
| XYZ | 43.52 | 64.33 | 14.97 | - |
| YUV | 189.85 | 56.98 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 230 | 64 | 0.31 | 0 | 0.72 | 0.10 | 85.66 | 0.77 | 0.58 |
| Hex | 9F | E6 | 40 | 1F | 0 | 48 | A | 56 | 4D | 3A |
| Octal | 237 | 346 | 100 | 37 | 0 | 110 | 12 | 126 | 115 | 72 |
| Binary | 10011111 | 11100110 | 1000000 | 11111 | 0 | 1001000 | 1010 | 1010110 | 1001101 | 111010 |
Color Harmonies of #9FE640
Complementary color
Monochromatic Colors of #9FE640
Black with #9FE640
Text Example
Text Example
White with #9FE640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE640; }
p { color: rgb(159,230,64); }
H1.HeaderClassName
{
color: #9FE640;
}
.AnyTagClassName
{
color: #9FE640;
}
</style>
background-color css
<style>
a { background-color: #9FE640; }
a { background-color: rgb(159,230,64); }
div.DivClassName
{
background-color: #9FE640;
}
.BgClassName
{
background-color: #9FE640;
}
</style>
border-color css
<style>
span { border-color: #9FE640; }
span { border-color: rgb(159,230,64); }
td.TdClassName
{
border-color: #9FE640;
}
.TagClassName
{
border-color: #9FE640;
}
</style>