Shades of Atlantis #A8CF36
Tints of Atlantis #A8CF36
RGB
CMYK
RGB Variations
Color information
#A8CF36 (or 0xA8CF36) is known color: Atlantis. HEX triplet: A8, CF and 36. RGB value is (168,207,54). Sum of RGB (Red+Green+Blue) = 168+207+54=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 207 (81.25% from 255 or 48.25% from 429); Blue value is 54 (21.48% from 255 or 12.59% from 429); Max value from RGB is 207 - color contains mainly: green. Hex color #A8CF36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CF36 is #5730C9. Grayscale: #B2B2B2. Windows color (decimal): -5714122 or 3592104. OLE color: 3592104.
HSL color Cylindrical-coordinate representation of color #A8CF36: hue angle of 75.29º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A8CF36 is Cyan = 0.19, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 207 | 54 | - |
| CMYK | 0.19 | 0 | 0.74 | 0.19 |
| HSL | 75.29º | 0.61% | 0.51% | - |
| HSV(B) | 75.29º | 0.74% | 0.81% | - |
| XYZ | 39.13 | 53.22 | 11.7 | - |
| YUV | 177.9 | 58.08 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 207 | 54 | 0.19 | 0 | 0.74 | 0.19 | 75.29 | 0.61 | 0.51 |
| Hex | A8 | CF | 36 | 13 | 0 | 4A | 13 | 4B | 3D | 33 |
| Octal | 250 | 317 | 66 | 23 | 0 | 112 | 23 | 113 | 75 | 63 |
| Binary | 10101000 | 11001111 | 110110 | 10011 | 0 | 1001010 | 10011 | 1001011 | 111101 | 110011 |
Color Harmonies of #A8CF36
Complementary color
Monochromatic Colors of #A8CF36
Black with #A8CF36
Text Example
Text Example
White with #A8CF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CF36; }
p { color: rgb(168,207,54); }
H1.HeaderClassName
{
color: #A8CF36;
}
.AnyTagClassName
{
color: #A8CF36;
}
</style>
background-color css
<style>
a { background-color: #A8CF36; }
a { background-color: rgb(168,207,54); }
div.DivClassName
{
background-color: #A8CF36;
}
.BgClassName
{
background-color: #A8CF36;
}
</style>
border-color css
<style>
span { border-color: #A8CF36; }
span { border-color: rgb(168,207,54); }
td.TdClassName
{
border-color: #A8CF36;
}
.TagClassName
{
border-color: #A8CF36;
}
</style>