Shades of Atlantis #9FC341
Tints of Atlantis #9FC341
RGB
CMYK
RGB Variations
Color information
#9FC341 (or 0x9FC341) is known color: Atlantis. HEX triplet: 9F, C3 and 41. RGB value is (159,195,65). Sum of RGB (Red+Green+Blue) = 159+195+65=419 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.95% from 419); Green value is 195 (76.56% from 255 or 46.54% from 419); Blue value is 65 (25.78% from 255 or 15.51% from 419); Max value from RGB is 195 - color contains mainly: green. Hex color #9FC341 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FC341 is #603CBE. Grayscale: #A9A9A9. Windows color (decimal): -6307007 or 4309919. OLE color: 4309919.
HSL color Cylindrical-coordinate representation of color #9FC341: hue angle of 76.62º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9FC341 is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 159 | 195 | 65 | - |
| CMYK | 0.18 | 0 | 0.67 | 0.24 |
| HSL | 76.62º | 0.52% | 0.51% | - |
| HSV(B) | 76.62º | 0.67% | 0.76% | - |
| XYZ | 34.77 | 46.78 | 12.2 | - |
| YUV | 169.42 | 69.07 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 195 | 65 | 0.18 | 0 | 0.67 | 0.24 | 76.62 | 0.52 | 0.51 |
| Hex | 9F | C3 | 41 | 12 | 0 | 43 | 18 | 4D | 34 | 33 |
| Octal | 237 | 303 | 101 | 22 | 0 | 103 | 30 | 115 | 64 | 63 |
| Binary | 10011111 | 11000011 | 1000001 | 10010 | 0 | 1000011 | 11000 | 1001101 | 110100 | 110011 |
Color Harmonies of #9FC341
Complementary color
Monochromatic Colors of #9FC341
Black with #9FC341
Text Example
Text Example
White with #9FC341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC341; }
p { color: rgb(159,195,65); }
H1.HeaderClassName
{
color: #9FC341;
}
.AnyTagClassName
{
color: #9FC341;
}
</style>
background-color css
<style>
a { background-color: #9FC341; }
a { background-color: rgb(159,195,65); }
div.DivClassName
{
background-color: #9FC341;
}
.BgClassName
{
background-color: #9FC341;
}
</style>
border-color css
<style>
span { border-color: #9FC341; }
span { border-color: rgb(159,195,65); }
td.TdClassName
{
border-color: #9FC341;
}
.TagClassName
{
border-color: #9FC341;
}
</style>