Shades of Atlantis #9FC245
Tints of Atlantis #9FC245
RGB
CMYK
RGB Variations
Color information
#9FC245 (or 0x9FC245) is known color: Atlantis. HEX triplet: 9F, C2 and 45. RGB value is (159,194,69). Sum of RGB (Red+Green+Blue) = 159+194+69=422 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.68% from 422); Green value is 194 (76.17% from 255 or 45.97% from 422); Blue value is 69 (27.34% from 255 or 16.35% from 422); Max value from RGB is 194 - color contains mainly: green. Hex color #9FC245 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FC245 is #603DBA. Grayscale: #A9A9A9. Windows color (decimal): -6307259 or 4571807. OLE color: 4571807.
HSL color Cylindrical-coordinate representation of color #9FC245: hue angle of 76.8º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9FC245 is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 159 | 194 | 69 | - |
| CMYK | 0.18 | 0 | 0.64 | 0.24 |
| HSL | 76.8º | 0.51% | 0.52% | - |
| HSV(B) | 76.8º | 0.64% | 0.76% | - |
| XYZ | 34.66 | 46.38 | 12.76 | - |
| YUV | 169.29 | 71.4 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 194 | 69 | 0.18 | 0 | 0.64 | 0.24 | 76.8 | 0.51 | 0.52 |
| Hex | 9F | C2 | 45 | 12 | 0 | 40 | 18 | 4D | 33 | 34 |
| Octal | 237 | 302 | 105 | 22 | 0 | 100 | 30 | 115 | 63 | 64 |
| Binary | 10011111 | 11000010 | 1000101 | 10010 | 0 | 1000000 | 11000 | 1001101 | 110011 | 110100 |
Color Harmonies of #9FC245
Complementary color
Monochromatic Colors of #9FC245
Black with #9FC245
Text Example
Text Example
White with #9FC245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC245; }
p { color: rgb(159,194,69); }
H1.HeaderClassName
{
color: #9FC245;
}
.AnyTagClassName
{
color: #9FC245;
}
</style>
background-color css
<style>
a { background-color: #9FC245; }
a { background-color: rgb(159,194,69); }
div.DivClassName
{
background-color: #9FC245;
}
.BgClassName
{
background-color: #9FC245;
}
</style>
border-color css
<style>
span { border-color: #9FC245; }
span { border-color: rgb(159,194,69); }
td.TdClassName
{
border-color: #9FC245;
}
.TagClassName
{
border-color: #9FC245;
}
</style>