Shades of Atlantis #9FE93D
Tints of Atlantis #9FE93D
RGB
CMYK
RGB Variations
Color information
#9FE93D (or 0x9FE93D) is known color: Atlantis. HEX triplet: 9F, E9 and 3D. RGB value is (159,233,61). Sum of RGB (Red+Green+Blue) = 159+233+61=453 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.10% from 453); Green value is 233 (91.41% from 255 or 51.43% from 453); Blue value is 61 (24.22% from 255 or 13.47% from 453); Max value from RGB is 233 - color contains mainly: green. Hex color #9FE93D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9FE93D is #6016C2. Grayscale: #BFBFBF. Windows color (decimal): -6297283 or 4057503. OLE color: 4057503.
HSL color Cylindrical-coordinate representation of color #9FE93D: hue angle of 85.81º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9FE93D is Cyan = 0.32, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 159 | 233 | 61 | - |
| CMYK | 0.32 | 0 | 0.74 | 0.09 |
| HSL | 85.81º | 0.8% | 0.58% | - |
| HSV(B) | 85.81º | 0.74% | 0.91% | - |
| XYZ | 44.28 | 65.99 | 14.82 | - |
| YUV | 191.27 | 54.48 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 233 | 61 | 0.32 | 0 | 0.74 | 0.09 | 85.81 | 0.8 | 0.58 |
| Hex | 9F | E9 | 3D | 20 | 0 | 4A | 9 | 56 | 50 | 3A |
| Octal | 237 | 351 | 75 | 40 | 0 | 112 | 11 | 126 | 120 | 72 |
| Binary | 10011111 | 11101001 | 111101 | 100000 | 0 | 1001010 | 1001 | 1010110 | 1010000 | 111010 |
Color Harmonies of #9FE93D
Complementary color
Monochromatic Colors of #9FE93D
Black with #9FE93D
Text Example
Text Example
White with #9FE93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE93D; }
p { color: rgb(159,233,61); }
H1.HeaderClassName
{
color: #9FE93D;
}
.AnyTagClassName
{
color: #9FE93D;
}
</style>
background-color css
<style>
a { background-color: #9FE93D; }
a { background-color: rgb(159,233,61); }
div.DivClassName
{
background-color: #9FE93D;
}
.BgClassName
{
background-color: #9FE93D;
}
</style>
border-color css
<style>
span { border-color: #9FE93D; }
span { border-color: rgb(159,233,61); }
td.TdClassName
{
border-color: #9FE93D;
}
.TagClassName
{
border-color: #9FE93D;
}
</style>