Shades of Atlantis #A8C943
Tints of Atlantis #A8C943
RGB
CMYK
RGB Variations
Color information
#A8C943 (or 0xA8C943) is known color: Atlantis. HEX triplet: A8, C9 and 43. RGB value is (168,201,67). Sum of RGB (Red+Green+Blue) = 168+201+67=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 201 (78.91% from 255 or 46.10% from 436); Blue value is 67 (26.56% from 255 or 15.37% from 436); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C943 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C943 is #5736BC. Grayscale: #B0B0B0. Windows color (decimal): -5715645 or 4442536. OLE color: 4442536.
HSL color Cylindrical-coordinate representation of color #A8C943: hue angle of 74.78º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A8C943 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 201 | 67 | - |
| CMYK | 0.16 | 0 | 0.67 | 0.21 |
| HSL | 74.78º | 0.55% | 0.53% | - |
| HSV(B) | 74.78º | 0.67% | 0.79% | - |
| XYZ | 38.05 | 50.5 | 13.05 | - |
| YUV | 175.86 | 66.57 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 201 | 67 | 0.16 | 0 | 0.67 | 0.21 | 74.78 | 0.55 | 0.53 |
| Hex | A8 | C9 | 43 | 10 | 0 | 43 | 15 | 4B | 37 | 35 |
| Octal | 250 | 311 | 103 | 20 | 0 | 103 | 25 | 113 | 67 | 65 |
| Binary | 10101000 | 11001001 | 1000011 | 10000 | 0 | 1000011 | 10101 | 1001011 | 110111 | 110101 |
Color Harmonies of #A8C943
Complementary color
Monochromatic Colors of #A8C943
Black with #A8C943
Text Example
Text Example
White with #A8C943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C943; }
p { color: rgb(168,201,67); }
H1.HeaderClassName
{
color: #A8C943;
}
.AnyTagClassName
{
color: #A8C943;
}
</style>
background-color css
<style>
a { background-color: #A8C943; }
a { background-color: rgb(168,201,67); }
div.DivClassName
{
background-color: #A8C943;
}
.BgClassName
{
background-color: #A8C943;
}
</style>
border-color css
<style>
span { border-color: #A8C943; }
span { border-color: rgb(168,201,67); }
td.TdClassName
{
border-color: #A8C943;
}
.TagClassName
{
border-color: #A8C943;
}
</style>