Shades of Atlantis #A8CF40
Tints of Atlantis #A8CF40
RGB
CMYK
RGB Variations
Color information
#A8CF40 (or 0xA8CF40) is known color: Atlantis. HEX triplet: A8, CF and 40. RGB value is (168,207,64). Sum of RGB (Red+Green+Blue) = 168+207+64=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 207 (81.25% from 255 or 47.15% from 439); Blue value is 64 (25.39% from 255 or 14.58% from 439); Max value from RGB is 207 - color contains mainly: green. Hex color #A8CF40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CF40 is #5730BF. Grayscale: #B3B3B3. Windows color (decimal): -5714112 or 4247464. OLE color: 4247464.
HSL color Cylindrical-coordinate representation of color #A8CF40: hue angle of 76.36º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A8CF40 is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 207 | 64 | - |
| CMYK | 0.19 | 0 | 0.69 | 0.19 |
| HSL | 76.36º | 0.6% | 0.53% | - |
| HSV(B) | 76.36º | 0.69% | 0.81% | - |
| XYZ | 39.39 | 53.32 | 13.07 | - |
| YUV | 179.04 | 63.08 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 207 | 64 | 0.19 | 0 | 0.69 | 0.19 | 76.36 | 0.6 | 0.53 |
| Hex | A8 | CF | 40 | 13 | 0 | 45 | 13 | 4C | 3C | 35 |
| Octal | 250 | 317 | 100 | 23 | 0 | 105 | 23 | 114 | 74 | 65 |
| Binary | 10101000 | 11001111 | 1000000 | 10011 | 0 | 1000101 | 10011 | 1001100 | 111100 | 110101 |
Color Harmonies of #A8CF40
Complementary color
Monochromatic Colors of #A8CF40
Black with #A8CF40
Text Example
Text Example
White with #A8CF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CF40; }
p { color: rgb(168,207,64); }
H1.HeaderClassName
{
color: #A8CF40;
}
.AnyTagClassName
{
color: #A8CF40;
}
</style>
background-color css
<style>
a { background-color: #A8CF40; }
a { background-color: rgb(168,207,64); }
div.DivClassName
{
background-color: #A8CF40;
}
.BgClassName
{
background-color: #A8CF40;
}
</style>
border-color css
<style>
span { border-color: #A8CF40; }
span { border-color: rgb(168,207,64); }
td.TdClassName
{
border-color: #A8CF40;
}
.TagClassName
{
border-color: #A8CF40;
}
</style>