Shades of Atlantis #9FC83A
Tints of Atlantis #9FC83A
RGB
CMYK
RGB Variations
Color information
#9FC83A (or 0x9FC83A) is known color: Atlantis. HEX triplet: 9F, C8 and 3A. RGB value is (159,200,58). Sum of RGB (Red+Green+Blue) = 159+200+58=417 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.13% from 417); Green value is 200 (78.52% from 255 or 47.96% from 417); Blue value is 58 (23.05% from 255 or 13.91% from 417); Max value from RGB is 200 - color contains mainly: green. Hex color #9FC83A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FC83A is #6037C5. Grayscale: #ACACAC. Windows color (decimal): -6305734 or 3852447. OLE color: 3852447.
HSL color Cylindrical-coordinate representation of color #9FC83A: hue angle of 77.32º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9FC83A is Cyan = 0.20, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 159 | 200 | 58 | - |
| CMYK | 0.20 | 0 | 0.71 | 0.22 |
| HSL | 77.32º | 0.56% | 0.51% | - |
| HSV(B) | 77.32º | 0.71% | 0.78% | - |
| XYZ | 35.72 | 48.98 | 11.58 | - |
| YUV | 171.55 | 63.92 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 200 | 58 | 0.20 | 0 | 0.71 | 0.22 | 77.32 | 0.56 | 0.51 |
| Hex | 9F | C8 | 3A | 14 | 0 | 47 | 16 | 4D | 38 | 33 |
| Octal | 237 | 310 | 72 | 24 | 0 | 107 | 26 | 115 | 70 | 63 |
| Binary | 10011111 | 11001000 | 111010 | 10100 | 0 | 1000111 | 10110 | 1001101 | 111000 | 110011 |
Color Harmonies of #9FC83A
Complementary color
Monochromatic Colors of #9FC83A
Black with #9FC83A
Text Example
Text Example
White with #9FC83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC83A; }
p { color: rgb(159,200,58); }
H1.HeaderClassName
{
color: #9FC83A;
}
.AnyTagClassName
{
color: #9FC83A;
}
</style>
background-color css
<style>
a { background-color: #9FC83A; }
a { background-color: rgb(159,200,58); }
div.DivClassName
{
background-color: #9FC83A;
}
.BgClassName
{
background-color: #9FC83A;
}
</style>
border-color css
<style>
span { border-color: #9FC83A; }
span { border-color: rgb(159,200,58); }
td.TdClassName
{
border-color: #9FC83A;
}
.TagClassName
{
border-color: #9FC83A;
}
</style>