Shades of Atlantis #A8CC43
Tints of Atlantis #A8CC43
RGB
CMYK
RGB Variations
Color information
#A8CC43 (or 0xA8CC43) is known color: Atlantis. HEX triplet: A8, CC and 43. RGB value is (168,204,67). Sum of RGB (Red+Green+Blue) = 168+204+67=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 204 (80.08% from 255 or 46.47% from 439); Blue value is 67 (26.56% from 255 or 15.26% from 439); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CC43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CC43 is #5733BC. Grayscale: #B2B2B2. Windows color (decimal): -5714877 or 4443304. OLE color: 4443304.
HSL color Cylindrical-coordinate representation of color #A8CC43: hue angle of 75.77º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A8CC43 is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 204 | 67 | - |
| CMYK | 0.18 | 0 | 0.67 | 0.2 |
| HSL | 75.77º | 0.57% | 0.53% | - |
| HSV(B) | 75.77º | 0.67% | 0.8% | - |
| XYZ | 38.75 | 51.92 | 13.29 | - |
| YUV | 177.62 | 65.57 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 204 | 67 | 0.18 | 0 | 0.67 | 0.2 | 75.77 | 0.57 | 0.53 |
| Hex | A8 | CC | 43 | 12 | 0 | 43 | 14 | 4C | 39 | 35 |
| Octal | 250 | 314 | 103 | 22 | 0 | 103 | 24 | 114 | 71 | 65 |
| Binary | 10101000 | 11001100 | 1000011 | 10010 | 0 | 1000011 | 10100 | 1001100 | 111001 | 110101 |
Color Harmonies of #A8CC43
Complementary color
Monochromatic Colors of #A8CC43
Black with #A8CC43
Text Example
Text Example
White with #A8CC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CC43; }
p { color: rgb(168,204,67); }
H1.HeaderClassName
{
color: #A8CC43;
}
.AnyTagClassName
{
color: #A8CC43;
}
</style>
background-color css
<style>
a { background-color: #A8CC43; }
a { background-color: rgb(168,204,67); }
div.DivClassName
{
background-color: #A8CC43;
}
.BgClassName
{
background-color: #A8CC43;
}
</style>
border-color css
<style>
span { border-color: #A8CC43; }
span { border-color: rgb(168,204,67); }
td.TdClassName
{
border-color: #A8CC43;
}
.TagClassName
{
border-color: #A8CC43;
}
</style>