Shades of Atlantis #9FD038
Tints of Atlantis #9FD038
RGB
CMYK
RGB Variations
Color information
#9FD038 (or 0x9FD038) is known color: Atlantis. HEX triplet: 9F, D0 and 38. RGB value is (159,208,56). Sum of RGB (Red+Green+Blue) = 159+208+56=423 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.59% from 423); Green value is 208 (81.64% from 255 or 49.17% from 423); Blue value is 56 (22.27% from 255 or 13.24% from 423); Max value from RGB is 208 - color contains mainly: green. Hex color #9FD038 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FD038 is #602FC7. Grayscale: #B0B0B0. Windows color (decimal): -6303688 or 3723423. OLE color: 3723423.
HSL color Cylindrical-coordinate representation of color #9FD038: hue angle of 79.34º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9FD038 is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 159 | 208 | 56 | - |
| CMYK | 0.24 | 0 | 0.73 | 0.18 |
| HSL | 79.34º | 0.62% | 0.52% | - |
| HSV(B) | 79.34º | 0.73% | 0.82% | - |
| XYZ | 37.57 | 52.77 | 11.95 | - |
| YUV | 176.02 | 60.27 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 208 | 56 | 0.24 | 0 | 0.73 | 0.18 | 79.34 | 0.62 | 0.52 |
| Hex | 9F | D0 | 38 | 18 | 0 | 49 | 12 | 4F | 3E | 34 |
| Octal | 237 | 320 | 70 | 30 | 0 | 111 | 22 | 117 | 76 | 64 |
| Binary | 10011111 | 11010000 | 111000 | 11000 | 0 | 1001001 | 10010 | 1001111 | 111110 | 110100 |
Color Harmonies of #9FD038
Complementary color
Monochromatic Colors of #9FD038
Black with #9FD038
Text Example
Text Example
White with #9FD038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD038; }
p { color: rgb(159,208,56); }
H1.HeaderClassName
{
color: #9FD038;
}
.AnyTagClassName
{
color: #9FD038;
}
</style>
background-color css
<style>
a { background-color: #9FD038; }
a { background-color: rgb(159,208,56); }
div.DivClassName
{
background-color: #9FD038;
}
.BgClassName
{
background-color: #9FD038;
}
</style>
border-color css
<style>
span { border-color: #9FD038; }
span { border-color: rgb(159,208,56); }
td.TdClassName
{
border-color: #9FD038;
}
.TagClassName
{
border-color: #9FD038;
}
</style>