Shades of Atlantis #9FC33F
Tints of Atlantis #9FC33F
RGB
CMYK
RGB Variations
Color information
#9FC33F (or 0x9FC33F) is known color: Atlantis. HEX triplet: 9F, C3 and 3F. RGB value is (159,195,63). Sum of RGB (Red+Green+Blue) = 159+195+63=417 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.13% from 417); Green value is 195 (76.56% from 255 or 46.76% from 417); Blue value is 63 (25% from 255 or 15.11% from 417); Max value from RGB is 195 - color contains mainly: green. Hex color #9FC33F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FC33F is #603CC0. Grayscale: #A9A9A9. Windows color (decimal): -6307009 or 4178847. OLE color: 4178847.
HSL color Cylindrical-coordinate representation of color #9FC33F: hue angle of 76.36º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9FC33F is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 159 | 195 | 63 | - |
| CMYK | 0.18 | 0 | 0.68 | 0.24 |
| HSL | 76.36º | 0.52% | 0.51% | - |
| HSV(B) | 76.36º | 0.68% | 0.76% | - |
| XYZ | 34.71 | 46.76 | 11.9 | - |
| YUV | 169.19 | 68.07 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 195 | 63 | 0.18 | 0 | 0.68 | 0.24 | 76.36 | 0.52 | 0.51 |
| Hex | 9F | C3 | 3F | 12 | 0 | 44 | 18 | 4C | 34 | 33 |
| Octal | 237 | 303 | 77 | 22 | 0 | 104 | 30 | 114 | 64 | 63 |
| Binary | 10011111 | 11000011 | 111111 | 10010 | 0 | 1000100 | 11000 | 1001100 | 110100 | 110011 |
Color Harmonies of #9FC33F
Complementary color
Monochromatic Colors of #9FC33F
Black with #9FC33F
Text Example
Text Example
White with #9FC33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC33F; }
p { color: rgb(159,195,63); }
H1.HeaderClassName
{
color: #9FC33F;
}
.AnyTagClassName
{
color: #9FC33F;
}
</style>
background-color css
<style>
a { background-color: #9FC33F; }
a { background-color: rgb(159,195,63); }
div.DivClassName
{
background-color: #9FC33F;
}
.BgClassName
{
background-color: #9FC33F;
}
</style>
border-color css
<style>
span { border-color: #9FC33F; }
span { border-color: rgb(159,195,63); }
td.TdClassName
{
border-color: #9FC33F;
}
.TagClassName
{
border-color: #9FC33F;
}
</style>