Shades of Atlantis #A8CB45
Tints of Atlantis #A8CB45
RGB
CMYK
RGB Variations
Color information
#A8CB45 (or 0xA8CB45) is known color: Atlantis. HEX triplet: A8, CB and 45. RGB value is (168,203,69). Sum of RGB (Red+Green+Blue) = 168+203+69=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 203 (79.69% from 255 or 46.14% from 440); Blue value is 69 (27.34% from 255 or 15.68% from 440); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CB45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CB45 is #5734BA. Grayscale: #B1B1B1. Windows color (decimal): -5715131 or 4574120. OLE color: 4574120.
HSL color Cylindrical-coordinate representation of color #A8CB45: hue angle of 75.67º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A8CB45 is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 203 | 69 | - |
| CMYK | 0.17 | 0 | 0.66 | 0.20 |
| HSL | 75.67º | 0.56% | 0.53% | - |
| HSV(B) | 75.67º | 0.66% | 0.8% | - |
| XYZ | 38.58 | 51.47 | 13.53 | - |
| YUV | 177.26 | 66.9 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 203 | 69 | 0.17 | 0 | 0.66 | 0.20 | 75.67 | 0.56 | 0.53 |
| Hex | A8 | CB | 45 | 11 | 0 | 42 | 14 | 4C | 38 | 35 |
| Octal | 250 | 313 | 105 | 21 | 0 | 102 | 24 | 114 | 70 | 65 |
| Binary | 10101000 | 11001011 | 1000101 | 10001 | 0 | 1000010 | 10100 | 1001100 | 111000 | 110101 |
Color Harmonies of #A8CB45
Complementary color
Monochromatic Colors of #A8CB45
Black with #A8CB45
Text Example
Text Example
White with #A8CB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CB45; }
p { color: rgb(168,203,69); }
H1.HeaderClassName
{
color: #A8CB45;
}
.AnyTagClassName
{
color: #A8CB45;
}
</style>
background-color css
<style>
a { background-color: #A8CB45; }
a { background-color: rgb(168,203,69); }
div.DivClassName
{
background-color: #A8CB45;
}
.BgClassName
{
background-color: #A8CB45;
}
</style>
border-color css
<style>
span { border-color: #A8CB45; }
span { border-color: rgb(168,203,69); }
td.TdClassName
{
border-color: #A8CB45;
}
.TagClassName
{
border-color: #A8CB45;
}
</style>