Shades of Atlantis #A5D143
Tints of Atlantis #A5D143
RGB
CMYK
RGB Variations
Color information
#A5D143 (or 0xA5D143) is known color: Atlantis. HEX triplet: A5, D1 and 43. RGB value is (165,209,67). Sum of RGB (Red+Green+Blue) = 165+209+67=441 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.41% from 441); Green value is 209 (82.03% from 255 or 47.39% from 441); Blue value is 67 (26.56% from 255 or 15.19% from 441); Max value from RGB is 209 - color contains mainly: green. Hex color #A5D143 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5D143 is #5A2EBC. Grayscale: #B4B4B4. Windows color (decimal): -5910205 or 4444581. OLE color: 4444581.
HSL color Cylindrical-coordinate representation of color #A5D143: hue angle of 78.59º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A5D143 is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 209 | 67 | - |
| CMYK | 0.21 | 0 | 0.68 | 0.18 |
| HSL | 78.59º | 0.61% | 0.54% | - |
| HSV(B) | 78.59º | 0.68% | 0.82% | - |
| XYZ | 39.33 | 54.01 | 13.66 | - |
| YUV | 179.66 | 64.42 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 209 | 67 | 0.21 | 0 | 0.68 | 0.18 | 78.59 | 0.61 | 0.54 |
| Hex | A5 | D1 | 43 | 15 | 0 | 44 | 12 | 4F | 3D | 36 |
| Octal | 245 | 321 | 103 | 25 | 0 | 104 | 22 | 117 | 75 | 66 |
| Binary | 10100101 | 11010001 | 1000011 | 10101 | 0 | 1000100 | 10010 | 1001111 | 111101 | 110110 |
Color Harmonies of #A5D143
Complementary color
Monochromatic Colors of #A5D143
Black with #A5D143
Text Example
Text Example
White with #A5D143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D143; }
p { color: rgb(165,209,67); }
H1.HeaderClassName
{
color: #A5D143;
}
.AnyTagClassName
{
color: #A5D143;
}
</style>
background-color css
<style>
a { background-color: #A5D143; }
a { background-color: rgb(165,209,67); }
div.DivClassName
{
background-color: #A5D143;
}
.BgClassName
{
background-color: #A5D143;
}
</style>
border-color css
<style>
span { border-color: #A5D143; }
span { border-color: rgb(165,209,67); }
td.TdClassName
{
border-color: #A5D143;
}
.TagClassName
{
border-color: #A5D143;
}
</style>