Shades of Atlantis #9FE53F
Tints of Atlantis #9FE53F
RGB
CMYK
RGB Variations
Color information
#9FE53F (or 0x9FE53F) is known color: Atlantis. HEX triplet: 9F, E5 and 3F. RGB value is (159,229,63). Sum of RGB (Red+Green+Blue) = 159+229+63=451 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.25% from 451); Green value is 229 (89.84% from 255 or 50.78% from 451); Blue value is 63 (25% from 255 or 13.97% from 451); Max value from RGB is 229 - color contains mainly: green. Hex color #9FE53F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FE53F is #601AC0. Grayscale: #BDBDBD. Windows color (decimal): -6298305 or 4187551. OLE color: 4187551.
HSL color Cylindrical-coordinate representation of color #9FE53F: hue angle of 85.3º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9FE53F is Cyan = 0.31, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 159 | 229 | 63 | - |
| CMYK | 0.31 | 0 | 0.72 | 0.10 |
| HSL | 85.3º | 0.76% | 0.57% | - |
| HSV(B) | 85.3º | 0.72% | 0.9% | - |
| XYZ | 43.21 | 63.77 | 14.73 | - |
| YUV | 189.15 | 56.81 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 229 | 63 | 0.31 | 0 | 0.72 | 0.10 | 85.3 | 0.76 | 0.57 |
| Hex | 9F | E5 | 3F | 1F | 0 | 48 | A | 55 | 4C | 39 |
| Octal | 237 | 345 | 77 | 37 | 0 | 110 | 12 | 125 | 114 | 71 |
| Binary | 10011111 | 11100101 | 111111 | 11111 | 0 | 1001000 | 1010 | 1010101 | 1001100 | 111001 |
Color Harmonies of #9FE53F
Complementary color
Monochromatic Colors of #9FE53F
Black with #9FE53F
Text Example
Text Example
White with #9FE53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE53F; }
p { color: rgb(159,229,63); }
H1.HeaderClassName
{
color: #9FE53F;
}
.AnyTagClassName
{
color: #9FE53F;
}
</style>
background-color css
<style>
a { background-color: #9FE53F; }
a { background-color: rgb(159,229,63); }
div.DivClassName
{
background-color: #9FE53F;
}
.BgClassName
{
background-color: #9FE53F;
}
</style>
border-color css
<style>
span { border-color: #9FE53F; }
span { border-color: rgb(159,229,63); }
td.TdClassName
{
border-color: #9FE53F;
}
.TagClassName
{
border-color: #9FE53F;
}
</style>