Shades of Atlantis #A8CF41
Tints of Atlantis #A8CF41
RGB
CMYK
RGB Variations
Color information
#A8CF41 (or 0xA8CF41) is known color: Atlantis. HEX triplet: A8, CF and 41. RGB value is (168,207,65). Sum of RGB (Red+Green+Blue) = 168+207+65=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 207 (81.25% from 255 or 47.05% from 440); Blue value is 65 (25.78% from 255 or 14.77% from 440); Max value from RGB is 207 - color contains mainly: green. Hex color #A8CF41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CF41 is #5730BE. Grayscale: #B3B3B3. Windows color (decimal): -5714111 or 4313000. OLE color: 4313000.
HSL color Cylindrical-coordinate representation of color #A8CF41: hue angle of 76.48º 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 #A8CF41 is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 207 | 65 | - |
| CMYK | 0.19 | 0 | 0.69 | 0.19 |
| HSL | 76.48º | 0.6% | 0.53% | - |
| HSV(B) | 76.48º | 0.69% | 0.81% | - |
| XYZ | 39.42 | 53.33 | 13.22 | - |
| YUV | 179.15 | 63.58 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 207 | 65 | 0.19 | 0 | 0.69 | 0.19 | 76.48 | 0.6 | 0.53 |
| Hex | A8 | CF | 41 | 13 | 0 | 45 | 13 | 4C | 3C | 35 |
| Octal | 250 | 317 | 101 | 23 | 0 | 105 | 23 | 114 | 74 | 65 |
| Binary | 10101000 | 11001111 | 1000001 | 10011 | 0 | 1000101 | 10011 | 1001100 | 111100 | 110101 |
Color Harmonies of #A8CF41
Complementary color
Monochromatic Colors of #A8CF41
Black with #A8CF41
Text Example
Text Example
White with #A8CF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CF41; }
p { color: rgb(168,207,65); }
H1.HeaderClassName
{
color: #A8CF41;
}
.AnyTagClassName
{
color: #A8CF41;
}
</style>
background-color css
<style>
a { background-color: #A8CF41; }
a { background-color: rgb(168,207,65); }
div.DivClassName
{
background-color: #A8CF41;
}
.BgClassName
{
background-color: #A8CF41;
}
</style>
border-color css
<style>
span { border-color: #A8CF41; }
span { border-color: rgb(168,207,65); }
td.TdClassName
{
border-color: #A8CF41;
}
.TagClassName
{
border-color: #A8CF41;
}
</style>