Shades of Atlantis #9ACB48
Tints of Atlantis #9ACB48
RGB
CMYK
RGB Variations
Color information
#9ACB48 (or 0x9ACB48) is known color: Atlantis. HEX triplet: 9A, CB and 48. RGB value is (154,203,72). Sum of RGB (Red+Green+Blue) = 154+203+72=429 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.90% from 429); Green value is 203 (79.69% from 255 or 47.32% from 429); Blue value is 72 (28.52% from 255 or 16.78% from 429); Max value from RGB is 203 - color contains mainly: green. Hex color #9ACB48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ACB48 is #6534B7. Grayscale: #ADADAD. Windows color (decimal): -6632632 or 4770714. OLE color: 4770714.
HSL color Cylindrical-coordinate representation of color #9ACB48: hue angle of 82.44º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9ACB48 is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 203 | 72 | - |
| CMYK | 0.24 | 0 | 0.65 | 0.20 |
| HSL | 82.44º | 0.56% | 0.54% | - |
| HSV(B) | 82.44º | 0.65% | 0.8% | - |
| XYZ | 35.85 | 50.05 | 13.9 | - |
| YUV | 173.42 | 70.77 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 203 | 72 | 0.24 | 0 | 0.65 | 0.20 | 82.44 | 0.56 | 0.54 |
| Hex | 9A | CB | 48 | 18 | 0 | 41 | 14 | 52 | 38 | 36 |
| Octal | 232 | 313 | 110 | 30 | 0 | 101 | 24 | 122 | 70 | 66 |
| Binary | 10011010 | 11001011 | 1001000 | 11000 | 0 | 1000001 | 10100 | 1010010 | 111000 | 110110 |
Color Harmonies of #9ACB48
Complementary color
Monochromatic Colors of #9ACB48
Black with #9ACB48
Text Example
Text Example
White with #9ACB48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACB48; }
p { color: rgb(154,203,72); }
H1.HeaderClassName
{
color: #9ACB48;
}
.AnyTagClassName
{
color: #9ACB48;
}
</style>
background-color css
<style>
a { background-color: #9ACB48; }
a { background-color: rgb(154,203,72); }
div.DivClassName
{
background-color: #9ACB48;
}
.BgClassName
{
background-color: #9ACB48;
}
</style>
border-color css
<style>
span { border-color: #9ACB48; }
span { border-color: rgb(154,203,72); }
td.TdClassName
{
border-color: #9ACB48;
}
.TagClassName
{
border-color: #9ACB48;
}
</style>