Shades of Atlantis #9FE43B
Tints of Atlantis #9FE43B
RGB
CMYK
RGB Variations
Color information
#9FE43B (or 0x9FE43B) is known color: Atlantis. HEX triplet: 9F, E4 and 3B. RGB value is (159,228,59). Sum of RGB (Red+Green+Blue) = 159+228+59=446 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.65% from 446); Green value is 228 (89.45% from 255 or 51.12% from 446); Blue value is 59 (23.44% from 255 or 13.23% from 446); Max value from RGB is 228 - color contains mainly: green. Hex color #9FE43B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FE43B is #601BC4. Grayscale: #BCBCBC. Windows color (decimal): -6298565 or 3925151. OLE color: 3925151.
HSL color Cylindrical-coordinate representation of color #9FE43B: hue angle of 84.5º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9FE43B is Cyan = 0.30, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 159 | 228 | 59 | - |
| CMYK | 0.30 | 0 | 0.74 | 0.11 |
| HSL | 84.5º | 0.76% | 0.56% | - |
| HSV(B) | 84.5º | 0.74% | 0.89% | - |
| XYZ | 42.83 | 63.17 | 14.07 | - |
| YUV | 188.1 | 55.14 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 228 | 59 | 0.30 | 0 | 0.74 | 0.11 | 84.5 | 0.76 | 0.56 |
| Hex | 9F | E4 | 3B | 1E | 0 | 4A | B | 54 | 4C | 38 |
| Octal | 237 | 344 | 73 | 36 | 0 | 112 | 13 | 124 | 114 | 70 |
| Binary | 10011111 | 11100100 | 111011 | 11110 | 0 | 1001010 | 1011 | 1010100 | 1001100 | 111000 |
Color Harmonies of #9FE43B
Complementary color
Monochromatic Colors of #9FE43B
Black with #9FE43B
Text Example
Text Example
White with #9FE43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE43B; }
p { color: rgb(159,228,59); }
H1.HeaderClassName
{
color: #9FE43B;
}
.AnyTagClassName
{
color: #9FE43B;
}
</style>
background-color css
<style>
a { background-color: #9FE43B; }
a { background-color: rgb(159,228,59); }
div.DivClassName
{
background-color: #9FE43B;
}
.BgClassName
{
background-color: #9FE43B;
}
</style>
border-color css
<style>
span { border-color: #9FE43B; }
span { border-color: rgb(159,228,59); }
td.TdClassName
{
border-color: #9FE43B;
}
.TagClassName
{
border-color: #9FE43B;
}
</style>