Shades of Atlantis #9FC445
Tints of Atlantis #9FC445
RGB
CMYK
RGB Variations
Color information
#9FC445 (or 0x9FC445) is known color: Atlantis. HEX triplet: 9F, C4 and 45. RGB value is (159,196,69). Sum of RGB (Red+Green+Blue) = 159+196+69=424 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.5% from 424); Green value is 196 (76.95% from 255 or 46.23% from 424); Blue value is 69 (27.34% from 255 or 16.27% from 424); Max value from RGB is 196 - color contains mainly: green. Hex color #9FC445 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FC445 is #603BBA. Grayscale: #AAAAAA. Windows color (decimal): -6306747 or 4572319. OLE color: 4572319.
HSL color Cylindrical-coordinate representation of color #9FC445: hue angle of 77.48º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9FC445 is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 159 | 196 | 69 | - |
| CMYK | 0.19 | 0 | 0.65 | 0.23 |
| HSL | 77.48º | 0.52% | 0.52% | - |
| HSV(B) | 77.48º | 0.65% | 0.77% | - |
| XYZ | 35.11 | 47.28 | 12.91 | - |
| YUV | 170.46 | 70.74 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 196 | 69 | 0.19 | 0 | 0.65 | 0.23 | 77.48 | 0.52 | 0.52 |
| Hex | 9F | C4 | 45 | 13 | 0 | 41 | 17 | 4D | 34 | 34 |
| Octal | 237 | 304 | 105 | 23 | 0 | 101 | 27 | 115 | 64 | 64 |
| Binary | 10011111 | 11000100 | 1000101 | 10011 | 0 | 1000001 | 10111 | 1001101 | 110100 | 110100 |
Color Harmonies of #9FC445
Complementary color
Monochromatic Colors of #9FC445
Black with #9FC445
Text Example
Text Example
White with #9FC445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC445; }
p { color: rgb(159,196,69); }
H1.HeaderClassName
{
color: #9FC445;
}
.AnyTagClassName
{
color: #9FC445;
}
</style>
background-color css
<style>
a { background-color: #9FC445; }
a { background-color: rgb(159,196,69); }
div.DivClassName
{
background-color: #9FC445;
}
.BgClassName
{
background-color: #9FC445;
}
</style>
border-color css
<style>
span { border-color: #9FC445; }
span { border-color: rgb(159,196,69); }
td.TdClassName
{
border-color: #9FC445;
}
.TagClassName
{
border-color: #9FC445;
}
</style>