Shades of Atlantis #A8CA3F
Tints of Atlantis #A8CA3F
RGB
CMYK
RGB Variations
Color information
#A8CA3F (or 0xA8CA3F) is known color: Atlantis. HEX triplet: A8, CA and 3F. RGB value is (168,202,63). Sum of RGB (Red+Green+Blue) = 168+202+63=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 202 (79.30% from 255 or 46.65% from 433); Blue value is 63 (25% from 255 or 14.55% from 433); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CA3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CA3F is #5735C0. Grayscale: #B0B0B0. Windows color (decimal): -5715393 or 4180648. OLE color: 4180648.
HSL color Cylindrical-coordinate representation of color #A8CA3F: hue angle of 74.68º 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 #A8CA3F is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 202 | 63 | - |
| CMYK | 0.17 | 0 | 0.69 | 0.21 |
| HSL | 74.68º | 0.57% | 0.52% | - |
| HSV(B) | 74.68º | 0.69% | 0.79% | - |
| XYZ | 38.17 | 50.92 | 12.52 | - |
| YUV | 175.99 | 64.24 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 202 | 63 | 0.17 | 0 | 0.69 | 0.21 | 74.68 | 0.57 | 0.52 |
| Hex | A8 | CA | 3F | 11 | 0 | 45 | 15 | 4B | 39 | 34 |
| Octal | 250 | 312 | 77 | 21 | 0 | 105 | 25 | 113 | 71 | 64 |
| Binary | 10101000 | 11001010 | 111111 | 10001 | 0 | 1000101 | 10101 | 1001011 | 111001 | 110100 |
Color Harmonies of #A8CA3F
Complementary color
Monochromatic Colors of #A8CA3F
Black with #A8CA3F
Text Example
Text Example
White with #A8CA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CA3F; }
p { color: rgb(168,202,63); }
H1.HeaderClassName
{
color: #A8CA3F;
}
.AnyTagClassName
{
color: #A8CA3F;
}
</style>
background-color css
<style>
a { background-color: #A8CA3F; }
a { background-color: rgb(168,202,63); }
div.DivClassName
{
background-color: #A8CA3F;
}
.BgClassName
{
background-color: #A8CA3F;
}
</style>
border-color css
<style>
span { border-color: #A8CA3F; }
span { border-color: rgb(168,202,63); }
td.TdClassName
{
border-color: #A8CA3F;
}
.TagClassName
{
border-color: #A8CA3F;
}
</style>