Shades of Atlantis #9FC13D
Tints of Atlantis #9FC13D
RGB
CMYK
RGB Variations
Color information
#9FC13D (or 0x9FC13D) is known color: Atlantis. HEX triplet: 9F, C1 and 3D. RGB value is (159,193,61). Sum of RGB (Red+Green+Blue) = 159+193+61=413 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.50% from 413); Green value is 193 (75.78% from 255 or 46.73% from 413); Blue value is 61 (24.22% from 255 or 14.77% from 413); Max value from RGB is 193 - color contains mainly: green. Hex color #9FC13D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FC13D is #603EC2. Grayscale: #A8A8A8. Windows color (decimal): -6307523 or 4047263. OLE color: 4047263.
HSL color Cylindrical-coordinate representation of color #9FC13D: hue angle of 75.45º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9FC13D is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 159 | 193 | 61 | - |
| CMYK | 0.18 | 0 | 0.68 | 0.24 |
| HSL | 75.45º | 0.52% | 0.5% | - |
| HSV(B) | 75.45º | 0.68% | 0.76% | - |
| XYZ | 34.21 | 45.85 | 11.46 | - |
| YUV | 167.79 | 67.74 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 193 | 61 | 0.18 | 0 | 0.68 | 0.24 | 75.45 | 0.52 | 0.5 |
| Hex | 9F | C1 | 3D | 12 | 0 | 44 | 18 | 4B | 34 | 32 |
| Octal | 237 | 301 | 75 | 22 | 0 | 104 | 30 | 113 | 64 | 62 |
| Binary | 10011111 | 11000001 | 111101 | 10010 | 0 | 1000100 | 11000 | 1001011 | 110100 | 110010 |
Color Harmonies of #9FC13D
Complementary color
Monochromatic Colors of #9FC13D
Black with #9FC13D
Text Example
Text Example
White with #9FC13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC13D; }
p { color: rgb(159,193,61); }
H1.HeaderClassName
{
color: #9FC13D;
}
.AnyTagClassName
{
color: #9FC13D;
}
</style>
background-color css
<style>
a { background-color: #9FC13D; }
a { background-color: rgb(159,193,61); }
div.DivClassName
{
background-color: #9FC13D;
}
.BgClassName
{
background-color: #9FC13D;
}
</style>
border-color css
<style>
span { border-color: #9FC13D; }
span { border-color: rgb(159,193,61); }
td.TdClassName
{
border-color: #9FC13D;
}
.TagClassName
{
border-color: #9FC13D;
}
</style>