Shades of Atlantis #9ACF51
Tints of Atlantis #9ACF51
RGB
CMYK
RGB Variations
Color information
#9ACF51 (or 0x9ACF51) is known color: Atlantis. HEX triplet: 9A, CF and 51. RGB value is (154,207,81). Sum of RGB (Red+Green+Blue) = 154+207+81=442 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.84% from 442); Green value is 207 (81.25% from 255 or 46.83% from 442); Blue value is 81 (32.03% from 255 or 18.33% from 442); Max value from RGB is 207 - color contains mainly: green. Hex color #9ACF51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACF51 is #6530AE. Grayscale: #B1B1B1. Windows color (decimal): -6631599 or 5361562. OLE color: 5361562.
HSL color Cylindrical-coordinate representation of color #9ACF51: hue angle of 85.24º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9ACF51 is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 207 | 81 | - |
| CMYK | 0.26 | 0 | 0.61 | 0.19 |
| HSL | 85.24º | 0.57% | 0.56% | - |
| HSV(B) | 85.24º | 0.61% | 0.81% | - |
| XYZ | 37.12 | 52.09 | 15.88 | - |
| YUV | 176.79 | 73.94 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 207 | 81 | 0.26 | 0 | 0.61 | 0.19 | 85.24 | 0.57 | 0.56 |
| Hex | 9A | CF | 51 | 1A | 0 | 3D | 13 | 55 | 39 | 38 |
| Octal | 232 | 317 | 121 | 32 | 0 | 75 | 23 | 125 | 71 | 70 |
| Binary | 10011010 | 11001111 | 1010001 | 11010 | 0 | 111101 | 10011 | 1010101 | 111001 | 111000 |
Color Harmonies of #9ACF51
Complementary color
Monochromatic Colors of #9ACF51
Black with #9ACF51
Text Example
Text Example
White with #9ACF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACF51; }
p { color: rgb(154,207,81); }
H1.HeaderClassName
{
color: #9ACF51;
}
.AnyTagClassName
{
color: #9ACF51;
}
</style>
background-color css
<style>
a { background-color: #9ACF51; }
a { background-color: rgb(154,207,81); }
div.DivClassName
{
background-color: #9ACF51;
}
.BgClassName
{
background-color: #9ACF51;
}
</style>
border-color css
<style>
span { border-color: #9ACF51; }
span { border-color: rgb(154,207,81); }
td.TdClassName
{
border-color: #9ACF51;
}
.TagClassName
{
border-color: #9ACF51;
}
</style>