Shades of Atlantis #A8CB49
Tints of Atlantis #A8CB49
RGB
CMYK
RGB Variations
Color information
#A8CB49 (or 0xA8CB49) is known color: Atlantis. HEX triplet: A8, CB and 49. RGB value is (168,203,73). Sum of RGB (Red+Green+Blue) = 168+203+73=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 203 (79.69% from 255 or 45.72% from 444); Blue value is 73 (28.91% from 255 or 16.44% from 444); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CB49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CB49 is #5734B6. Grayscale: #B2B2B2. Windows color (decimal): -5715127 or 4836264. OLE color: 4836264.
HSL color Cylindrical-coordinate representation of color #A8CB49: hue angle of 76.15º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A8CB49 is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 203 | 73 | - |
| CMYK | 0.17 | 0 | 0.64 | 0.20 |
| HSL | 76.15º | 0.56% | 0.54% | - |
| HSV(B) | 76.15º | 0.64% | 0.8% | - |
| XYZ | 38.71 | 51.52 | 14.21 | - |
| YUV | 177.72 | 68.9 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 203 | 73 | 0.17 | 0 | 0.64 | 0.20 | 76.15 | 0.56 | 0.54 |
| Hex | A8 | CB | 49 | 11 | 0 | 40 | 14 | 4C | 38 | 36 |
| Octal | 250 | 313 | 111 | 21 | 0 | 100 | 24 | 114 | 70 | 66 |
| Binary | 10101000 | 11001011 | 1001001 | 10001 | 0 | 1000000 | 10100 | 1001100 | 111000 | 110110 |
Color Harmonies of #A8CB49
Complementary color
Monochromatic Colors of #A8CB49
Black with #A8CB49
Text Example
Text Example
White with #A8CB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CB49; }
p { color: rgb(168,203,73); }
H1.HeaderClassName
{
color: #A8CB49;
}
.AnyTagClassName
{
color: #A8CB49;
}
</style>
background-color css
<style>
a { background-color: #A8CB49; }
a { background-color: rgb(168,203,73); }
div.DivClassName
{
background-color: #A8CB49;
}
.BgClassName
{
background-color: #A8CB49;
}
</style>
border-color css
<style>
span { border-color: #A8CB49; }
span { border-color: rgb(168,203,73); }
td.TdClassName
{
border-color: #A8CB49;
}
.TagClassName
{
border-color: #A8CB49;
}
</style>