Shades of Atlantis #A8CE38
Tints of Atlantis #A8CE38
RGB
CMYK
RGB Variations
Color information
#A8CE38 (or 0xA8CE38) is known color: Atlantis. HEX triplet: A8, CE and 38. RGB value is (168,206,56). Sum of RGB (Red+Green+Blue) = 168+206+56=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 206 (80.86% from 255 or 47.91% from 430); Blue value is 56 (22.27% from 255 or 13.02% from 430); Max value from RGB is 206 - color contains mainly: green. Hex color #A8CE38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CE38 is #5731C7. Grayscale: #B2B2B2. Windows color (decimal): -5714376 or 3722920. OLE color: 3722920.
HSL color Cylindrical-coordinate representation of color #A8CE38: hue angle of 75.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A8CE38 is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 206 | 56 | - |
| CMYK | 0.18 | 0 | 0.73 | 0.19 |
| HSL | 75.2º | 0.6% | 0.51% | - |
| HSV(B) | 75.2º | 0.73% | 0.81% | - |
| XYZ | 38.93 | 52.75 | 11.87 | - |
| YUV | 177.54 | 59.41 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 206 | 56 | 0.18 | 0 | 0.73 | 0.19 | 75.2 | 0.6 | 0.51 |
| Hex | A8 | CE | 38 | 12 | 0 | 49 | 13 | 4B | 3C | 33 |
| Octal | 250 | 316 | 70 | 22 | 0 | 111 | 23 | 113 | 74 | 63 |
| Binary | 10101000 | 11001110 | 111000 | 10010 | 0 | 1001001 | 10011 | 1001011 | 111100 | 110011 |
Color Harmonies of #A8CE38
Complementary color
Monochromatic Colors of #A8CE38
Black with #A8CE38
Text Example
Text Example
White with #A8CE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CE38; }
p { color: rgb(168,206,56); }
H1.HeaderClassName
{
color: #A8CE38;
}
.AnyTagClassName
{
color: #A8CE38;
}
</style>
background-color css
<style>
a { background-color: #A8CE38; }
a { background-color: rgb(168,206,56); }
div.DivClassName
{
background-color: #A8CE38;
}
.BgClassName
{
background-color: #A8CE38;
}
</style>
border-color css
<style>
span { border-color: #A8CE38; }
span { border-color: rgb(168,206,56); }
td.TdClassName
{
border-color: #A8CE38;
}
.TagClassName
{
border-color: #A8CE38;
}
</style>