Shades of Atlantis #A3CE43
Tints of Atlantis #A3CE43
RGB
CMYK
RGB Variations
Color information
#A3CE43 (or 0xA3CE43) is known color: Atlantis. HEX triplet: A3, CE and 43. RGB value is (163,206,67). Sum of RGB (Red+Green+Blue) = 163+206+67=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 206 (80.86% from 255 or 47.25% from 436); Blue value is 67 (26.56% from 255 or 15.37% from 436); Max value from RGB is 206 - color contains mainly: green. Hex color #A3CE43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3CE43 is #5C31BC. Grayscale: #B1B1B1. Windows color (decimal): -6042045 or 4443811. OLE color: 4443811.
HSL color Cylindrical-coordinate representation of color #A3CE43: hue angle of 78.56º degrees, saturation: 0.59, 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 #A3CE43 is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 206 | 67 | - |
| CMYK | 0.21 | 0 | 0.67 | 0.19 |
| HSL | 78.56º | 0.59% | 0.54% | - |
| HSV(B) | 78.56º | 0.67% | 0.81% | - |
| XYZ | 38.19 | 52.33 | 13.4 | - |
| YUV | 177.3 | 65.75 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 206 | 67 | 0.21 | 0 | 0.67 | 0.19 | 78.56 | 0.59 | 0.54 |
| Hex | A3 | CE | 43 | 15 | 0 | 43 | 13 | 4F | 3B | 36 |
| Octal | 243 | 316 | 103 | 25 | 0 | 103 | 23 | 117 | 73 | 66 |
| Binary | 10100011 | 11001110 | 1000011 | 10101 | 0 | 1000011 | 10011 | 1001111 | 111011 | 110110 |
Color Harmonies of #A3CE43
Complementary color
Monochromatic Colors of #A3CE43
Black with #A3CE43
Text Example
Text Example
White with #A3CE43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CE43; }
p { color: rgb(163,206,67); }
H1.HeaderClassName
{
color: #A3CE43;
}
.AnyTagClassName
{
color: #A3CE43;
}
</style>
background-color css
<style>
a { background-color: #A3CE43; }
a { background-color: rgb(163,206,67); }
div.DivClassName
{
background-color: #A3CE43;
}
.BgClassName
{
background-color: #A3CE43;
}
</style>
border-color css
<style>
span { border-color: #A3CE43; }
span { border-color: rgb(163,206,67); }
td.TdClassName
{
border-color: #A3CE43;
}
.TagClassName
{
border-color: #A3CE43;
}
</style>