Shades of Atlantis #A3CE48
Tints of Atlantis #A3CE48
RGB
CMYK
RGB Variations
Color information
#A3CE48 (or 0xA3CE48) is known color: Atlantis. HEX triplet: A3, CE and 48. RGB value is (163,206,72). Sum of RGB (Red+Green+Blue) = 163+206+72=441 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.96% from 441); Green value is 206 (80.86% from 255 or 46.71% from 441); Blue value is 72 (28.52% from 255 or 16.33% from 441); Max value from RGB is 206 - color contains mainly: green. Hex color #A3CE48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3CE48 is #5C31B7. Grayscale: #B2B2B2. Windows color (decimal): -6042040 or 4771491. OLE color: 4771491.
HSL color Cylindrical-coordinate representation of color #A3CE48: hue angle of 79.25º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A3CE48 is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 206 | 72 | - |
| CMYK | 0.21 | 0 | 0.65 | 0.19 |
| HSL | 79.25º | 0.58% | 0.55% | - |
| HSV(B) | 79.25º | 0.65% | 0.81% | - |
| XYZ | 38.35 | 52.4 | 14.22 | - |
| YUV | 177.87 | 68.25 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 206 | 72 | 0.21 | 0 | 0.65 | 0.19 | 79.25 | 0.58 | 0.55 |
| Hex | A3 | CE | 48 | 15 | 0 | 41 | 13 | 4F | 3A | 37 |
| Octal | 243 | 316 | 110 | 25 | 0 | 101 | 23 | 117 | 72 | 67 |
| Binary | 10100011 | 11001110 | 1001000 | 10101 | 0 | 1000001 | 10011 | 1001111 | 111010 | 110111 |
Color Harmonies of #A3CE48
Complementary color
Monochromatic Colors of #A3CE48
Black with #A3CE48
Text Example
Text Example
White with #A3CE48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CE48; }
p { color: rgb(163,206,72); }
H1.HeaderClassName
{
color: #A3CE48;
}
.AnyTagClassName
{
color: #A3CE48;
}
</style>
background-color css
<style>
a { background-color: #A3CE48; }
a { background-color: rgb(163,206,72); }
div.DivClassName
{
background-color: #A3CE48;
}
.BgClassName
{
background-color: #A3CE48;
}
</style>
border-color css
<style>
span { border-color: #A3CE48; }
span { border-color: rgb(163,206,72); }
td.TdClassName
{
border-color: #A3CE48;
}
.TagClassName
{
border-color: #A3CE48;
}
</style>