Shades of Atlantis #9FE43D
Tints of Atlantis #9FE43D
RGB
CMYK
RGB Variations
Color information
#9FE43D (or 0x9FE43D) is known color: Atlantis. HEX triplet: 9F, E4 and 3D. RGB value is (159,228,61). Sum of RGB (Red+Green+Blue) = 159+228+61=448 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.49% from 448); Green value is 228 (89.45% from 255 or 50.89% from 448); Blue value is 61 (24.22% from 255 or 13.62% from 448); Max value from RGB is 228 - color contains mainly: green. Hex color #9FE43D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FE43D is #601BC2. Grayscale: #BCBCBC. Windows color (decimal): -6298563 or 4056223. OLE color: 4056223.
HSL color Cylindrical-coordinate representation of color #9FE43D: hue angle of 84.79º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9FE43D is Cyan = 0.30, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 159 | 228 | 61 | - |
| CMYK | 0.30 | 0 | 0.73 | 0.11 |
| HSL | 84.79º | 0.76% | 0.57% | - |
| HSV(B) | 84.79º | 0.73% | 0.89% | - |
| XYZ | 42.88 | 63.19 | 14.35 | - |
| YUV | 188.33 | 56.14 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 228 | 61 | 0.30 | 0 | 0.73 | 0.11 | 84.79 | 0.76 | 0.57 |
| Hex | 9F | E4 | 3D | 1E | 0 | 49 | B | 55 | 4C | 39 |
| Octal | 237 | 344 | 75 | 36 | 0 | 111 | 13 | 125 | 114 | 71 |
| Binary | 10011111 | 11100100 | 111101 | 11110 | 0 | 1001001 | 1011 | 1010101 | 1001100 | 111001 |
Color Harmonies of #9FE43D
Complementary color
Monochromatic Colors of #9FE43D
Black with #9FE43D
Text Example
Text Example
White with #9FE43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE43D; }
p { color: rgb(159,228,61); }
H1.HeaderClassName
{
color: #9FE43D;
}
.AnyTagClassName
{
color: #9FE43D;
}
</style>
background-color css
<style>
a { background-color: #9FE43D; }
a { background-color: rgb(159,228,61); }
div.DivClassName
{
background-color: #9FE43D;
}
.BgClassName
{
background-color: #9FE43D;
}
</style>
border-color css
<style>
span { border-color: #9FE43D; }
span { border-color: rgb(159,228,61); }
td.TdClassName
{
border-color: #9FE43D;
}
.TagClassName
{
border-color: #9FE43D;
}
</style>