Shades of Atlantis #A3CE44
Tints of Atlantis #A3CE44
RGB
CMYK
RGB Variations
Color information
#A3CE44 (or 0xA3CE44) is known color: Atlantis. HEX triplet: A3, CE and 44. RGB value is (163,206,68). Sum of RGB (Red+Green+Blue) = 163+206+68=437 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.30% from 437); Green value is 206 (80.86% from 255 or 47.14% from 437); Blue value is 68 (26.95% from 255 or 15.56% from 437); Max value from RGB is 206 - color contains mainly: green. Hex color #A3CE44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3CE44 is #5C31BB. Grayscale: #B1B1B1. Windows color (decimal): -6042044 or 4509347. OLE color: 4509347.
HSL color Cylindrical-coordinate representation of color #A3CE44: hue angle of 78.7º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A3CE44 is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 206 | 68 | - |
| CMYK | 0.21 | 0 | 0.67 | 0.19 |
| HSL | 78.7º | 0.58% | 0.54% | - |
| HSV(B) | 78.7º | 0.67% | 0.81% | - |
| XYZ | 38.22 | 52.35 | 13.56 | - |
| YUV | 177.41 | 66.25 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 206 | 68 | 0.21 | 0 | 0.67 | 0.19 | 78.7 | 0.58 | 0.54 |
| Hex | A3 | CE | 44 | 15 | 0 | 43 | 13 | 4F | 3A | 36 |
| Octal | 243 | 316 | 104 | 25 | 0 | 103 | 23 | 117 | 72 | 66 |
| Binary | 10100011 | 11001110 | 1000100 | 10101 | 0 | 1000011 | 10011 | 1001111 | 111010 | 110110 |
Color Harmonies of #A3CE44
Complementary color
Monochromatic Colors of #A3CE44
Black with #A3CE44
Text Example
Text Example
White with #A3CE44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CE44; }
p { color: rgb(163,206,68); }
H1.HeaderClassName
{
color: #A3CE44;
}
.AnyTagClassName
{
color: #A3CE44;
}
</style>
background-color css
<style>
a { background-color: #A3CE44; }
a { background-color: rgb(163,206,68); }
div.DivClassName
{
background-color: #A3CE44;
}
.BgClassName
{
background-color: #A3CE44;
}
</style>
border-color css
<style>
span { border-color: #A3CE44; }
span { border-color: rgb(163,206,68); }
td.TdClassName
{
border-color: #A3CE44;
}
.TagClassName
{
border-color: #A3CE44;
}
</style>