Shades of Atlantis #9FE438
Tints of Atlantis #9FE438
RGB
CMYK
RGB Variations
Color information
#9FE438 (or 0x9FE438) is known color: Atlantis. HEX triplet: 9F, E4 and 38. RGB value is (159,228,56). Sum of RGB (Red+Green+Blue) = 159+228+56=443 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.89% from 443); Green value is 228 (89.45% from 255 or 51.47% from 443); Blue value is 56 (22.27% from 255 or 12.64% from 443); Max value from RGB is 228 - color contains mainly: green. Hex color #9FE438 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FE438 is #601BC7. Grayscale: #BCBCBC. Windows color (decimal): -6298568 or 3728543. OLE color: 3728543.
HSL color Cylindrical-coordinate representation of color #9FE438: hue angle of 84.07º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9FE438 is Cyan = 0.30, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 159 | 228 | 56 | - |
| CMYK | 0.30 | 0 | 0.75 | 0.11 |
| HSL | 84.07º | 0.76% | 0.56% | - |
| HSV(B) | 84.07º | 0.75% | 0.89% | - |
| XYZ | 42.76 | 63.14 | 13.68 | - |
| YUV | 187.76 | 53.64 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 228 | 56 | 0.30 | 0 | 0.75 | 0.11 | 84.07 | 0.76 | 0.56 |
| Hex | 9F | E4 | 38 | 1E | 0 | 4B | B | 54 | 4C | 38 |
| Octal | 237 | 344 | 70 | 36 | 0 | 113 | 13 | 124 | 114 | 70 |
| Binary | 10011111 | 11100100 | 111000 | 11110 | 0 | 1001011 | 1011 | 1010100 | 1001100 | 111000 |
Color Harmonies of #9FE438
Complementary color
Monochromatic Colors of #9FE438
Black with #9FE438
Text Example
Text Example
White with #9FE438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE438; }
p { color: rgb(159,228,56); }
H1.HeaderClassName
{
color: #9FE438;
}
.AnyTagClassName
{
color: #9FE438;
}
</style>
background-color css
<style>
a { background-color: #9FE438; }
a { background-color: rgb(159,228,56); }
div.DivClassName
{
background-color: #9FE438;
}
.BgClassName
{
background-color: #9FE438;
}
</style>
border-color css
<style>
span { border-color: #9FE438; }
span { border-color: rgb(159,228,56); }
td.TdClassName
{
border-color: #9FE438;
}
.TagClassName
{
border-color: #9FE438;
}
</style>