Shades of Atlantis #A8CA3C
Tints of Atlantis #A8CA3C
RGB
CMYK
RGB Variations
Color information
#A8CA3C (or 0xA8CA3C) is known color: Atlantis. HEX triplet: A8, CA and 3C. RGB value is (168,202,60). Sum of RGB (Red+Green+Blue) = 168+202+60=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 202 (79.30% from 255 or 46.98% from 430); Blue value is 60 (23.83% from 255 or 13.95% from 430); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CA3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CA3C is #5735C3. Grayscale: #B0B0B0. Windows color (decimal): -5715396 or 3984040. OLE color: 3984040.
HSL color Cylindrical-coordinate representation of color #A8CA3C: hue angle of 74.37º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A8CA3C is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 202 | 60 | - |
| CMYK | 0.17 | 0 | 0.70 | 0.21 |
| HSL | 74.37º | 0.57% | 0.51% | - |
| HSV(B) | 74.37º | 0.7% | 0.79% | - |
| XYZ | 38.08 | 50.89 | 12.09 | - |
| YUV | 175.65 | 62.74 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 202 | 60 | 0.17 | 0 | 0.70 | 0.21 | 74.37 | 0.57 | 0.51 |
| Hex | A8 | CA | 3C | 11 | 0 | 46 | 15 | 4A | 39 | 33 |
| Octal | 250 | 312 | 74 | 21 | 0 | 106 | 25 | 112 | 71 | 63 |
| Binary | 10101000 | 11001010 | 111100 | 10001 | 0 | 1000110 | 10101 | 1001010 | 111001 | 110011 |
Color Harmonies of #A8CA3C
Complementary color
Monochromatic Colors of #A8CA3C
Black with #A8CA3C
Text Example
Text Example
White with #A8CA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CA3C; }
p { color: rgb(168,202,60); }
H1.HeaderClassName
{
color: #A8CA3C;
}
.AnyTagClassName
{
color: #A8CA3C;
}
</style>
background-color css
<style>
a { background-color: #A8CA3C; }
a { background-color: rgb(168,202,60); }
div.DivClassName
{
background-color: #A8CA3C;
}
.BgClassName
{
background-color: #A8CA3C;
}
</style>
border-color css
<style>
span { border-color: #A8CA3C; }
span { border-color: rgb(168,202,60); }
td.TdClassName
{
border-color: #A8CA3C;
}
.TagClassName
{
border-color: #A8CA3C;
}
</style>