Shades of Atlantis #9FC852
Tints of Atlantis #9FC852
RGB
CMYK
RGB Variations
Color information
#9FC852 (or 0x9FC852) is known color: Atlantis. HEX triplet: 9F, C8 and 52. RGB value is (159,200,82). Sum of RGB (Red+Green+Blue) = 159+200+82=441 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.05% from 441); Green value is 200 (78.52% from 255 or 45.35% from 441); Blue value is 82 (32.42% from 255 or 18.59% from 441); Max value from RGB is 200 - color contains mainly: green. Hex color #9FC852 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC852 is #6037AD. Grayscale: #AEAEAE. Windows color (decimal): -6305710 or 5425311. OLE color: 5425311.
HSL color Cylindrical-coordinate representation of color #9FC852: hue angle of 80.85º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9FC852 is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 159 | 200 | 82 | - |
| CMYK | 0.20 | 0 | 0.59 | 0.22 |
| HSL | 80.85º | 0.52% | 0.55% | - |
| HSV(B) | 80.85º | 0.59% | 0.78% | - |
| XYZ | 36.48 | 49.29 | 15.57 | - |
| YUV | 174.29 | 75.92 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 200 | 82 | 0.20 | 0 | 0.59 | 0.22 | 80.85 | 0.52 | 0.55 |
| Hex | 9F | C8 | 52 | 14 | 0 | 3B | 16 | 51 | 34 | 37 |
| Octal | 237 | 310 | 122 | 24 | 0 | 73 | 26 | 121 | 64 | 67 |
| Binary | 10011111 | 11001000 | 1010010 | 10100 | 0 | 111011 | 10110 | 1010001 | 110100 | 110111 |
Color Harmonies of #9FC852
Complementary color
Monochromatic Colors of #9FC852
Black with #9FC852
Text Example
Text Example
White with #9FC852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC852; }
p { color: rgb(159,200,82); }
H1.HeaderClassName
{
color: #9FC852;
}
.AnyTagClassName
{
color: #9FC852;
}
</style>
background-color css
<style>
a { background-color: #9FC852; }
a { background-color: rgb(159,200,82); }
div.DivClassName
{
background-color: #9FC852;
}
.BgClassName
{
background-color: #9FC852;
}
</style>
border-color css
<style>
span { border-color: #9FC852; }
span { border-color: rgb(159,200,82); }
td.TdClassName
{
border-color: #9FC852;
}
.TagClassName
{
border-color: #9FC852;
}
</style>