Shades of Atlantis #A8C73F
Tints of Atlantis #A8C73F
RGB
CMYK
RGB Variations
Color information
#A8C73F (or 0xA8C73F) is known color: Atlantis. HEX triplet: A8, C7 and 3F. RGB value is (168,199,63). Sum of RGB (Red+Green+Blue) = 168+199+63=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 199 (78.12% from 255 or 46.28% from 430); Blue value is 63 (25% from 255 or 14.65% from 430); Max value from RGB is 199 - color contains mainly: green. Hex color #A8C73F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C73F is #5738C0. Grayscale: #AEAEAE. Windows color (decimal): -5716161 or 4179880. OLE color: 4179880.
HSL color Cylindrical-coordinate representation of color #A8C73F: hue angle of 73.68º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A8C73F is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 199 | 63 | - |
| CMYK | 0.16 | 0 | 0.68 | 0.22 |
| HSL | 73.68º | 0.55% | 0.51% | - |
| HSV(B) | 73.68º | 0.68% | 0.78% | - |
| XYZ | 37.47 | 49.53 | 12.29 | - |
| YUV | 174.23 | 65.23 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 199 | 63 | 0.16 | 0 | 0.68 | 0.22 | 73.68 | 0.55 | 0.51 |
| Hex | A8 | C7 | 3F | 10 | 0 | 44 | 16 | 4A | 37 | 33 |
| Octal | 250 | 307 | 77 | 20 | 0 | 104 | 26 | 112 | 67 | 63 |
| Binary | 10101000 | 11000111 | 111111 | 10000 | 0 | 1000100 | 10110 | 1001010 | 110111 | 110011 |
Color Harmonies of #A8C73F
Complementary color
Monochromatic Colors of #A8C73F
Black with #A8C73F
Text Example
Text Example
White with #A8C73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C73F; }
p { color: rgb(168,199,63); }
H1.HeaderClassName
{
color: #A8C73F;
}
.AnyTagClassName
{
color: #A8C73F;
}
</style>
background-color css
<style>
a { background-color: #A8C73F; }
a { background-color: rgb(168,199,63); }
div.DivClassName
{
background-color: #A8C73F;
}
.BgClassName
{
background-color: #A8C73F;
}
</style>
border-color css
<style>
span { border-color: #A8C73F; }
span { border-color: rgb(168,199,63); }
td.TdClassName
{
border-color: #A8C73F;
}
.TagClassName
{
border-color: #A8C73F;
}
</style>