Shades of Atlantis #A8CA3E
Tints of Atlantis #A8CA3E
RGB
CMYK
RGB Variations
Color information
#A8CA3E (or 0xA8CA3E) is known color: Atlantis. HEX triplet: A8, CA and 3E. RGB value is (168,202,62). Sum of RGB (Red+Green+Blue) = 168+202+62=432 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.89% from 432); Green value is 202 (79.30% from 255 or 46.76% from 432); Blue value is 62 (24.61% from 255 or 14.35% from 432); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CA3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CA3E is #5735C1. Grayscale: #B0B0B0. Windows color (decimal): -5715394 or 4115112. OLE color: 4115112.
HSL color Cylindrical-coordinate representation of color #A8CA3E: hue angle of 74.57º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A8CA3E is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 202 | 62 | - |
| CMYK | 0.17 | 0 | 0.69 | 0.21 |
| HSL | 74.57º | 0.57% | 0.52% | - |
| HSV(B) | 74.57º | 0.69% | 0.79% | - |
| XYZ | 38.14 | 50.91 | 12.37 | - |
| YUV | 175.87 | 63.74 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 202 | 62 | 0.17 | 0 | 0.69 | 0.21 | 74.57 | 0.57 | 0.52 |
| Hex | A8 | CA | 3E | 11 | 0 | 45 | 15 | 4B | 39 | 34 |
| Octal | 250 | 312 | 76 | 21 | 0 | 105 | 25 | 113 | 71 | 64 |
| Binary | 10101000 | 11001010 | 111110 | 10001 | 0 | 1000101 | 10101 | 1001011 | 111001 | 110100 |
Color Harmonies of #A8CA3E
Complementary color
Monochromatic Colors of #A8CA3E
Black with #A8CA3E
Text Example
Text Example
White with #A8CA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CA3E; }
p { color: rgb(168,202,62); }
H1.HeaderClassName
{
color: #A8CA3E;
}
.AnyTagClassName
{
color: #A8CA3E;
}
</style>
background-color css
<style>
a { background-color: #A8CA3E; }
a { background-color: rgb(168,202,62); }
div.DivClassName
{
background-color: #A8CA3E;
}
.BgClassName
{
background-color: #A8CA3E;
}
</style>
border-color css
<style>
span { border-color: #A8CA3E; }
span { border-color: rgb(168,202,62); }
td.TdClassName
{
border-color: #A8CA3E;
}
.TagClassName
{
border-color: #A8CA3E;
}
</style>