Shades of Atlantis #A8D341
Tints of Atlantis #A8D341
RGB
CMYK
RGB Variations
Color information
#A8D341 (or 0xA8D341) is known color: Atlantis. HEX triplet: A8, D3 and 41. RGB value is (168,211,65). Sum of RGB (Red+Green+Blue) = 168+211+65=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 211 (82.81% from 255 or 47.52% from 444); Blue value is 65 (25.78% from 255 or 14.64% from 444); Max value from RGB is 211 - color contains mainly: green. Hex color #A8D341 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D341 is #572CBE. Grayscale: #B6B6B6. Windows color (decimal): -5713087 or 4314024. OLE color: 4314024.
HSL color Cylindrical-coordinate representation of color #A8D341: hue angle of 77.67º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A8D341 is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 211 | 65 | - |
| CMYK | 0.20 | 0 | 0.69 | 0.17 |
| HSL | 77.67º | 0.62% | 0.54% | - |
| HSV(B) | 77.67º | 0.69% | 0.83% | - |
| XYZ | 40.4 | 55.3 | 13.54 | - |
| YUV | 181.5 | 62.25 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 211 | 65 | 0.20 | 0 | 0.69 | 0.17 | 77.67 | 0.62 | 0.54 |
| Hex | A8 | D3 | 41 | 14 | 0 | 45 | 11 | 4E | 3E | 36 |
| Octal | 250 | 323 | 101 | 24 | 0 | 105 | 21 | 116 | 76 | 66 |
| Binary | 10101000 | 11010011 | 1000001 | 10100 | 0 | 1000101 | 10001 | 1001110 | 111110 | 110110 |
Color Harmonies of #A8D341
Complementary color
Monochromatic Colors of #A8D341
Black with #A8D341
Text Example
Text Example
White with #A8D341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D341; }
p { color: rgb(168,211,65); }
H1.HeaderClassName
{
color: #A8D341;
}
.AnyTagClassName
{
color: #A8D341;
}
</style>
background-color css
<style>
a { background-color: #A8D341; }
a { background-color: rgb(168,211,65); }
div.DivClassName
{
background-color: #A8D341;
}
.BgClassName
{
background-color: #A8D341;
}
</style>
border-color css
<style>
span { border-color: #A8D341; }
span { border-color: rgb(168,211,65); }
td.TdClassName
{
border-color: #A8D341;
}
.TagClassName
{
border-color: #A8D341;
}
</style>