Shades of Atlantis #9FC348
Tints of Atlantis #9FC348
RGB
CMYK
RGB Variations
Color information
#9FC348 (or 0x9FC348) is known color: Atlantis. HEX triplet: 9F, C3 and 48. RGB value is (159,195,72). Sum of RGB (Red+Green+Blue) = 159+195+72=426 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.32% from 426); Green value is 195 (76.56% from 255 or 45.77% from 426); Blue value is 72 (28.52% from 255 or 16.90% from 426); Max value from RGB is 195 - color contains mainly: green. Hex color #9FC348 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FC348 is #603CB7. Grayscale: #AAAAAA. Windows color (decimal): -6307000 or 4768671. OLE color: 4768671.
HSL color Cylindrical-coordinate representation of color #9FC348: hue angle of 77.56º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9FC348 is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 159 | 195 | 72 | - |
| CMYK | 0.18 | 0 | 0.63 | 0.24 |
| HSL | 77.56º | 0.51% | 0.52% | - |
| HSV(B) | 77.56º | 0.63% | 0.76% | - |
| XYZ | 34.98 | 46.87 | 13.33 | - |
| YUV | 170.21 | 72.57 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 195 | 72 | 0.18 | 0 | 0.63 | 0.24 | 77.56 | 0.51 | 0.52 |
| Hex | 9F | C3 | 48 | 12 | 0 | 3F | 18 | 4E | 33 | 34 |
| Octal | 237 | 303 | 110 | 22 | 0 | 77 | 30 | 116 | 63 | 64 |
| Binary | 10011111 | 11000011 | 1001000 | 10010 | 0 | 111111 | 11000 | 1001110 | 110011 | 110100 |
Color Harmonies of #9FC348
Complementary color
Monochromatic Colors of #9FC348
Black with #9FC348
Text Example
Text Example
White with #9FC348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC348; }
p { color: rgb(159,195,72); }
H1.HeaderClassName
{
color: #9FC348;
}
.AnyTagClassName
{
color: #9FC348;
}
</style>
background-color css
<style>
a { background-color: #9FC348; }
a { background-color: rgb(159,195,72); }
div.DivClassName
{
background-color: #9FC348;
}
.BgClassName
{
background-color: #9FC348;
}
</style>
border-color css
<style>
span { border-color: #9FC348; }
span { border-color: rgb(159,195,72); }
td.TdClassName
{
border-color: #9FC348;
}
.TagClassName
{
border-color: #9FC348;
}
</style>