Shades of Atlantis #9FDE34
Tints of Atlantis #9FDE34
RGB
CMYK
RGB Variations
Color information
#9FDE34 (or 0x9FDE34) is known color: Atlantis. HEX triplet: 9F, DE and 34. RGB value is (159,222,52). Sum of RGB (Red+Green+Blue) = 159+222+52=433 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.72% from 433); Green value is 222 (87.11% from 255 or 51.27% from 433); Blue value is 52 (20.70% from 255 or 12.01% from 433); Max value from RGB is 222 - color contains mainly: green. Hex color #9FDE34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FDE34 is #6021CB. Grayscale: #B8B8B8. Windows color (decimal): -6300108 or 3464863. OLE color: 3464863.
HSL color Cylindrical-coordinate representation of color #9FDE34: hue angle of 82.24º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9FDE34 is Cyan = 0.28, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 222 | 52 | - |
| CMYK | 0.28 | 0 | 0.77 | 0.13 |
| HSL | 82.24º | 0.72% | 0.54% | - |
| HSV(B) | 82.24º | 0.77% | 0.87% | - |
| XYZ | 41.04 | 59.86 | 12.64 | - |
| YUV | 183.78 | 53.63 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 222 | 52 | 0.28 | 0 | 0.77 | 0.13 | 82.24 | 0.72 | 0.54 |
| Hex | 9F | DE | 34 | 1C | 0 | 4D | D | 52 | 48 | 36 |
| Octal | 237 | 336 | 64 | 34 | 0 | 115 | 15 | 122 | 110 | 66 |
| Binary | 10011111 | 11011110 | 110100 | 11100 | 0 | 1001101 | 1101 | 1010010 | 1001000 | 110110 |
Color Harmonies of #9FDE34
Complementary color
Monochromatic Colors of #9FDE34
Black with #9FDE34
Text Example
Text Example
White with #9FDE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDE34; }
p { color: rgb(159,222,52); }
H1.HeaderClassName
{
color: #9FDE34;
}
.AnyTagClassName
{
color: #9FDE34;
}
</style>
background-color css
<style>
a { background-color: #9FDE34; }
a { background-color: rgb(159,222,52); }
div.DivClassName
{
background-color: #9FDE34;
}
.BgClassName
{
background-color: #9FDE34;
}
</style>
border-color css
<style>
span { border-color: #9FDE34; }
span { border-color: rgb(159,222,52); }
td.TdClassName
{
border-color: #9FDE34;
}
.TagClassName
{
border-color: #9FDE34;
}
</style>