Shades of Atlantis #9FDE3D
Tints of Atlantis #9FDE3D
RGB
CMYK
RGB Variations
Color information
#9FDE3D (or 0x9FDE3D) is known color: Atlantis. HEX triplet: 9F, DE and 3D. RGB value is (159,222,61). Sum of RGB (Red+Green+Blue) = 159+222+61=442 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.97% from 442); Green value is 222 (87.11% from 255 or 50.23% from 442); Blue value is 61 (24.22% from 255 or 13.80% from 442); Max value from RGB is 222 - color contains mainly: green. Hex color #9FDE3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FDE3D is #6021C2. Grayscale: #B9B9B9. Windows color (decimal): -6300099 or 4054687. OLE color: 4054687.
HSL color Cylindrical-coordinate representation of color #9FDE3D: hue angle of 83.48º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9FDE3D is Cyan = 0.28, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 222 | 61 | - |
| CMYK | 0.28 | 0 | 0.73 | 0.13 |
| HSL | 83.48º | 0.71% | 0.55% | - |
| HSV(B) | 83.48º | 0.73% | 0.87% | - |
| XYZ | 41.26 | 59.95 | 13.81 | - |
| YUV | 184.81 | 58.13 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 222 | 61 | 0.28 | 0 | 0.73 | 0.13 | 83.48 | 0.71 | 0.55 |
| Hex | 9F | DE | 3D | 1C | 0 | 49 | D | 53 | 47 | 37 |
| Octal | 237 | 336 | 75 | 34 | 0 | 111 | 15 | 123 | 107 | 67 |
| Binary | 10011111 | 11011110 | 111101 | 11100 | 0 | 1001001 | 1101 | 1010011 | 1000111 | 110111 |
Color Harmonies of #9FDE3D
Complementary color
Monochromatic Colors of #9FDE3D
Black with #9FDE3D
Text Example
Text Example
White with #9FDE3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDE3D; }
p { color: rgb(159,222,61); }
H1.HeaderClassName
{
color: #9FDE3D;
}
.AnyTagClassName
{
color: #9FDE3D;
}
</style>
background-color css
<style>
a { background-color: #9FDE3D; }
a { background-color: rgb(159,222,61); }
div.DivClassName
{
background-color: #9FDE3D;
}
.BgClassName
{
background-color: #9FDE3D;
}
</style>
border-color css
<style>
span { border-color: #9FDE3D; }
span { border-color: rgb(159,222,61); }
td.TdClassName
{
border-color: #9FDE3D;
}
.TagClassName
{
border-color: #9FDE3D;
}
</style>