Shades of Atlantis #9ACF56
Tints of Atlantis #9ACF56
RGB
CMYK
RGB Variations
Color information
#9ACF56 (or 0x9ACF56) is known color: Atlantis. HEX triplet: 9A, CF and 56. RGB value is (154,207,86). Sum of RGB (Red+Green+Blue) = 154+207+86=447 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.45% from 447); Green value is 207 (81.25% from 255 or 46.31% from 447); Blue value is 86 (33.98% from 255 or 19.24% from 447); Max value from RGB is 207 - color contains mainly: green. Hex color #9ACF56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACF56 is #6530A9. Grayscale: #B1B1B1. Windows color (decimal): -6631594 or 5689242. OLE color: 5689242.
HSL color Cylindrical-coordinate representation of color #9ACF56: hue angle of 86.28º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9ACF56 is Cyan = 0.26, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 207 | 86 | - |
| CMYK | 0.26 | 0 | 0.58 | 0.19 |
| HSL | 86.28º | 0.56% | 0.57% | - |
| HSV(B) | 86.28º | 0.58% | 0.81% | - |
| XYZ | 37.32 | 52.17 | 16.91 | - |
| YUV | 177.36 | 76.44 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 207 | 86 | 0.26 | 0 | 0.58 | 0.19 | 86.28 | 0.56 | 0.57 |
| Hex | 9A | CF | 56 | 1A | 0 | 3A | 13 | 56 | 38 | 39 |
| Octal | 232 | 317 | 126 | 32 | 0 | 72 | 23 | 126 | 70 | 71 |
| Binary | 10011010 | 11001111 | 1010110 | 11010 | 0 | 111010 | 10011 | 1010110 | 111000 | 111001 |
Color Harmonies of #9ACF56
Complementary color
Monochromatic Colors of #9ACF56
Black with #9ACF56
Text Example
Text Example
White with #9ACF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACF56; }
p { color: rgb(154,207,86); }
H1.HeaderClassName
{
color: #9ACF56;
}
.AnyTagClassName
{
color: #9ACF56;
}
</style>
background-color css
<style>
a { background-color: #9ACF56; }
a { background-color: rgb(154,207,86); }
div.DivClassName
{
background-color: #9ACF56;
}
.BgClassName
{
background-color: #9ACF56;
}
</style>
border-color css
<style>
span { border-color: #9ACF56; }
span { border-color: rgb(154,207,86); }
td.TdClassName
{
border-color: #9ACF56;
}
.TagClassName
{
border-color: #9ACF56;
}
</style>