Shades of Atlantis #9FDF3D
Tints of Atlantis #9FDF3D
RGB
CMYK
RGB Variations
Color information
#9FDF3D (or 0x9FDF3D) is known color: Atlantis. HEX triplet: 9F, DF and 3D. RGB value is (159,223,61). Sum of RGB (Red+Green+Blue) = 159+223+61=443 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.89% from 443); Green value is 223 (87.5% from 255 or 50.34% from 443); Blue value is 61 (24.22% from 255 or 13.77% from 443); Max value from RGB is 223 - color contains mainly: green. Hex color #9FDF3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FDF3D is #6020C2. Grayscale: #B9B9B9. Windows color (decimal): -6299843 or 4054943. OLE color: 4054943.
HSL color Cylindrical-coordinate representation of color #9FDF3D: hue angle of 83.7º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9FDF3D is Cyan = 0.29, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 223 | 61 | - |
| CMYK | 0.29 | 0 | 0.73 | 0.13 |
| HSL | 83.7º | 0.72% | 0.56% | - |
| HSV(B) | 83.7º | 0.73% | 0.87% | - |
| XYZ | 41.53 | 60.48 | 13.9 | - |
| YUV | 185.4 | 57.8 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 223 | 61 | 0.29 | 0 | 0.73 | 0.13 | 83.7 | 0.72 | 0.56 |
| Hex | 9F | DF | 3D | 1D | 0 | 49 | D | 54 | 48 | 38 |
| Octal | 237 | 337 | 75 | 35 | 0 | 111 | 15 | 124 | 110 | 70 |
| Binary | 10011111 | 11011111 | 111101 | 11101 | 0 | 1001001 | 1101 | 1010100 | 1001000 | 111000 |
Color Harmonies of #9FDF3D
Complementary color
Monochromatic Colors of #9FDF3D
Black with #9FDF3D
Text Example
Text Example
White with #9FDF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDF3D; }
p { color: rgb(159,223,61); }
H1.HeaderClassName
{
color: #9FDF3D;
}
.AnyTagClassName
{
color: #9FDF3D;
}
</style>
background-color css
<style>
a { background-color: #9FDF3D; }
a { background-color: rgb(159,223,61); }
div.DivClassName
{
background-color: #9FDF3D;
}
.BgClassName
{
background-color: #9FDF3D;
}
</style>
border-color css
<style>
span { border-color: #9FDF3D; }
span { border-color: rgb(159,223,61); }
td.TdClassName
{
border-color: #9FDF3D;
}
.TagClassName
{
border-color: #9FDF3D;
}
</style>