Shades of Atlantis #A8CF38
Tints of Atlantis #A8CF38
RGB
CMYK
RGB Variations
Color information
#A8CF38 (or 0xA8CF38) is known color: Atlantis. HEX triplet: A8, CF and 38. RGB value is (168,207,56). Sum of RGB (Red+Green+Blue) = 168+207+56=431 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.98% from 431); Green value is 207 (81.25% from 255 or 48.03% from 431); Blue value is 56 (22.27% from 255 or 12.99% from 431); Max value from RGB is 207 - color contains mainly: green. Hex color #A8CF38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CF38 is #5730C7. Grayscale: #B2B2B2. Windows color (decimal): -5714120 or 3723176. OLE color: 3723176.
HSL color Cylindrical-coordinate representation of color #A8CF38: hue angle of 75.5º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A8CF38 is Cyan = 0.19, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 207 | 56 | - |
| CMYK | 0.19 | 0 | 0.73 | 0.19 |
| HSL | 75.5º | 0.61% | 0.52% | - |
| HSV(B) | 75.5º | 0.73% | 0.81% | - |
| XYZ | 39.18 | 53.24 | 11.95 | - |
| YUV | 178.13 | 59.08 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 207 | 56 | 0.19 | 0 | 0.73 | 0.19 | 75.5 | 0.61 | 0.52 |
| Hex | A8 | CF | 38 | 13 | 0 | 49 | 13 | 4B | 3D | 34 |
| Octal | 250 | 317 | 70 | 23 | 0 | 111 | 23 | 113 | 75 | 64 |
| Binary | 10101000 | 11001111 | 111000 | 10011 | 0 | 1001001 | 10011 | 1001011 | 111101 | 110100 |
Color Harmonies of #A8CF38
Complementary color
Monochromatic Colors of #A8CF38
Black with #A8CF38
Text Example
Text Example
White with #A8CF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CF38; }
p { color: rgb(168,207,56); }
H1.HeaderClassName
{
color: #A8CF38;
}
.AnyTagClassName
{
color: #A8CF38;
}
</style>
background-color css
<style>
a { background-color: #A8CF38; }
a { background-color: rgb(168,207,56); }
div.DivClassName
{
background-color: #A8CF38;
}
.BgClassName
{
background-color: #A8CF38;
}
</style>
border-color css
<style>
span { border-color: #A8CF38; }
span { border-color: rgb(168,207,56); }
td.TdClassName
{
border-color: #A8CF38;
}
.TagClassName
{
border-color: #A8CF38;
}
</style>