Shades of Atlantis #A3CE3F
Tints of Atlantis #A3CE3F
RGB
CMYK
RGB Variations
Color information
#A3CE3F (or 0xA3CE3F) is known color: Atlantis. HEX triplet: A3, CE and 3F. RGB value is (163,206,63). Sum of RGB (Red+Green+Blue) = 163+206+63=432 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.73% from 432); Green value is 206 (80.86% from 255 or 47.69% from 432); Blue value is 63 (25% from 255 or 14.58% from 432); Max value from RGB is 206 - color contains mainly: green. Hex color #A3CE3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3CE3F is #5C31C0. Grayscale: #B1B1B1. Windows color (decimal): -6042049 or 4181667. OLE color: 4181667.
HSL color Cylindrical-coordinate representation of color #A3CE3F: hue angle of 78.04º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A3CE3F is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 206 | 63 | - |
| CMYK | 0.21 | 0 | 0.69 | 0.19 |
| HSL | 78.04º | 0.59% | 0.53% | - |
| HSV(B) | 78.04º | 0.69% | 0.81% | - |
| XYZ | 38.07 | 52.29 | 12.79 | - |
| YUV | 176.84 | 63.75 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 206 | 63 | 0.21 | 0 | 0.69 | 0.19 | 78.04 | 0.59 | 0.53 |
| Hex | A3 | CE | 3F | 15 | 0 | 45 | 13 | 4E | 3B | 35 |
| Octal | 243 | 316 | 77 | 25 | 0 | 105 | 23 | 116 | 73 | 65 |
| Binary | 10100011 | 11001110 | 111111 | 10101 | 0 | 1000101 | 10011 | 1001110 | 111011 | 110101 |
Color Harmonies of #A3CE3F
Complementary color
Monochromatic Colors of #A3CE3F
Black with #A3CE3F
Text Example
Text Example
White with #A3CE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CE3F; }
p { color: rgb(163,206,63); }
H1.HeaderClassName
{
color: #A3CE3F;
}
.AnyTagClassName
{
color: #A3CE3F;
}
</style>
background-color css
<style>
a { background-color: #A3CE3F; }
a { background-color: rgb(163,206,63); }
div.DivClassName
{
background-color: #A3CE3F;
}
.BgClassName
{
background-color: #A3CE3F;
}
</style>
border-color css
<style>
span { border-color: #A3CE3F; }
span { border-color: rgb(163,206,63); }
td.TdClassName
{
border-color: #A3CE3F;
}
.TagClassName
{
border-color: #A3CE3F;
}
</style>