Shades of Atlantis #A3CE38
Tints of Atlantis #A3CE38
RGB
CMYK
RGB Variations
Color information
#A3CE38 (or 0xA3CE38) is known color: Atlantis. HEX triplet: A3, CE and 38. RGB value is (163,206,56). Sum of RGB (Red+Green+Blue) = 163+206+56=425 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.35% from 425); Green value is 206 (80.86% from 255 or 48.47% from 425); Blue value is 56 (22.27% from 255 or 13.18% from 425); Max value from RGB is 206 - color contains mainly: green. Hex color #A3CE38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3CE38 is #5C31C7. Grayscale: #B0B0B0. Windows color (decimal): -6042056 or 3722915. OLE color: 3722915.
HSL color Cylindrical-coordinate representation of color #A3CE38: hue angle of 77.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 #A3CE38 is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 206 | 56 | - |
| CMYK | 0.21 | 0 | 0.73 | 0.19 |
| HSL | 77.2º | 0.6% | 0.51% | - |
| HSV(B) | 77.2º | 0.73% | 0.81% | - |
| XYZ | 37.89 | 52.21 | 11.82 | - |
| YUV | 176.04 | 60.25 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 206 | 56 | 0.21 | 0 | 0.73 | 0.19 | 77.2 | 0.6 | 0.51 |
| Hex | A3 | CE | 38 | 15 | 0 | 49 | 13 | 4D | 3C | 33 |
| Octal | 243 | 316 | 70 | 25 | 0 | 111 | 23 | 115 | 74 | 63 |
| Binary | 10100011 | 11001110 | 111000 | 10101 | 0 | 1001001 | 10011 | 1001101 | 111100 | 110011 |
Color Harmonies of #A3CE38
Complementary color
Monochromatic Colors of #A3CE38
Black with #A3CE38
Text Example
Text Example
White with #A3CE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CE38; }
p { color: rgb(163,206,56); }
H1.HeaderClassName
{
color: #A3CE38;
}
.AnyTagClassName
{
color: #A3CE38;
}
</style>
background-color css
<style>
a { background-color: #A3CE38; }
a { background-color: rgb(163,206,56); }
div.DivClassName
{
background-color: #A3CE38;
}
.BgClassName
{
background-color: #A3CE38;
}
</style>
border-color css
<style>
span { border-color: #A3CE38; }
span { border-color: rgb(163,206,56); }
td.TdClassName
{
border-color: #A3CE38;
}
.TagClassName
{
border-color: #A3CE38;
}
</style>