Shades of Atlantis #A8D135
Tints of Atlantis #A8D135
RGB
CMYK
RGB Variations
Color information
#A8D135 (or 0xA8D135) is known color: Atlantis. HEX triplet: A8, D1 and 35. RGB value is (168,209,53). Sum of RGB (Red+Green+Blue) = 168+209+53=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 209 (82.03% from 255 or 48.60% from 430); Blue value is 53 (21.09% from 255 or 12.33% from 430); Max value from RGB is 209 - color contains mainly: green. Hex color #A8D135 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D135 is #572ECA. Grayscale: #B3B3B3. Windows color (decimal): -5713611 or 3527080. OLE color: 3527080.
HSL color Cylindrical-coordinate representation of color #A8D135: hue angle of 75.77º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A8D135 is Cyan = 0.20, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 209 | 53 | - |
| CMYK | 0.20 | 0 | 0.75 | 0.18 |
| HSL | 75.77º | 0.63% | 0.51% | - |
| HSV(B) | 75.77º | 0.75% | 0.82% | - |
| XYZ | 39.59 | 54.18 | 11.74 | - |
| YUV | 178.96 | 56.92 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 209 | 53 | 0.20 | 0 | 0.75 | 0.18 | 75.77 | 0.63 | 0.51 |
| Hex | A8 | D1 | 35 | 14 | 0 | 4B | 12 | 4C | 3F | 33 |
| Octal | 250 | 321 | 65 | 24 | 0 | 113 | 22 | 114 | 77 | 63 |
| Binary | 10101000 | 11010001 | 110101 | 10100 | 0 | 1001011 | 10010 | 1001100 | 111111 | 110011 |
Color Harmonies of #A8D135
Complementary color
Monochromatic Colors of #A8D135
Black with #A8D135
Text Example
Text Example
White with #A8D135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D135; }
p { color: rgb(168,209,53); }
H1.HeaderClassName
{
color: #A8D135;
}
.AnyTagClassName
{
color: #A8D135;
}
</style>
background-color css
<style>
a { background-color: #A8D135; }
a { background-color: rgb(168,209,53); }
div.DivClassName
{
background-color: #A8D135;
}
.BgClassName
{
background-color: #A8D135;
}
</style>
border-color css
<style>
span { border-color: #A8D135; }
span { border-color: rgb(168,209,53); }
td.TdClassName
{
border-color: #A8D135;
}
.TagClassName
{
border-color: #A8D135;
}
</style>