Shades of Atlantis #9FC555
Tints of Atlantis #9FC555
RGB
CMYK
RGB Variations
Color information
#9FC555 (or 0x9FC555) is known color: Atlantis. HEX triplet: 9F, C5 and 55. RGB value is (159,197,85). Sum of RGB (Red+Green+Blue) = 159+197+85=441 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.05% from 441); Green value is 197 (77.34% from 255 or 44.67% from 441); Blue value is 85 (33.59% from 255 or 19.27% from 441); Max value from RGB is 197 - color contains mainly: green. Hex color #9FC555 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC555 is #603AAA. Grayscale: #ADADAD. Windows color (decimal): -6306475 or 5621151. OLE color: 5621151.
HSL color Cylindrical-coordinate representation of color #9FC555: hue angle of 80.36º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9FC555 is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 159 | 197 | 85 | - |
| CMYK | 0.19 | 0 | 0.57 | 0.23 |
| HSL | 80.36º | 0.49% | 0.55% | - |
| HSV(B) | 80.36º | 0.57% | 0.77% | - |
| XYZ | 35.9 | 47.96 | 15.96 | - |
| YUV | 172.87 | 78.41 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 197 | 85 | 0.19 | 0 | 0.57 | 0.23 | 80.36 | 0.49 | 0.55 |
| Hex | 9F | C5 | 55 | 13 | 0 | 39 | 17 | 50 | 31 | 37 |
| Octal | 237 | 305 | 125 | 23 | 0 | 71 | 27 | 120 | 61 | 67 |
| Binary | 10011111 | 11000101 | 1010101 | 10011 | 0 | 111001 | 10111 | 1010000 | 110001 | 110111 |
Color Harmonies of #9FC555
Complementary color
Monochromatic Colors of #9FC555
Black with #9FC555
Text Example
Text Example
White with #9FC555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC555; }
p { color: rgb(159,197,85); }
H1.HeaderClassName
{
color: #9FC555;
}
.AnyTagClassName
{
color: #9FC555;
}
</style>
background-color css
<style>
a { background-color: #9FC555; }
a { background-color: rgb(159,197,85); }
div.DivClassName
{
background-color: #9FC555;
}
.BgClassName
{
background-color: #9FC555;
}
</style>
border-color css
<style>
span { border-color: #9FC555; }
span { border-color: rgb(159,197,85); }
td.TdClassName
{
border-color: #9FC555;
}
.TagClassName
{
border-color: #9FC555;
}
</style>