Shades of Atlantis #A5D843
Tints of Atlantis #A5D843
RGB
CMYK
RGB Variations
Color information
#A5D843 (or 0xA5D843) is known color: Atlantis. HEX triplet: A5, D8 and 43. RGB value is (165,216,67). Sum of RGB (Red+Green+Blue) = 165+216+67=448 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.83% from 448); Green value is 216 (84.77% from 255 or 48.21% from 448); Blue value is 67 (26.56% from 255 or 14.96% from 448); Max value from RGB is 216 - color contains mainly: green. Hex color #A5D843 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5D843 is #5A27BC. Grayscale: #B8B8B8. Windows color (decimal): -5908413 or 4446373. OLE color: 4446373.
HSL color Cylindrical-coordinate representation of color #A5D843: hue angle of 80.54º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A5D843 is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 216 | 67 | - |
| CMYK | 0.24 | 0 | 0.69 | 0.15 |
| HSL | 80.54º | 0.66% | 0.55% | - |
| HSV(B) | 80.54º | 0.69% | 0.85% | - |
| XYZ | 41.09 | 57.52 | 14.25 | - |
| YUV | 183.77 | 62.1 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 216 | 67 | 0.24 | 0 | 0.69 | 0.15 | 80.54 | 0.66 | 0.55 |
| Hex | A5 | D8 | 43 | 18 | 0 | 45 | F | 51 | 42 | 37 |
| Octal | 245 | 330 | 103 | 30 | 0 | 105 | 17 | 121 | 102 | 67 |
| Binary | 10100101 | 11011000 | 1000011 | 11000 | 0 | 1000101 | 1111 | 1010001 | 1000010 | 110111 |
Color Harmonies of #A5D843
Complementary color
Monochromatic Colors of #A5D843
Black with #A5D843
Text Example
Text Example
White with #A5D843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D843; }
p { color: rgb(165,216,67); }
H1.HeaderClassName
{
color: #A5D843;
}
.AnyTagClassName
{
color: #A5D843;
}
</style>
background-color css
<style>
a { background-color: #A5D843; }
a { background-color: rgb(165,216,67); }
div.DivClassName
{
background-color: #A5D843;
}
.BgClassName
{
background-color: #A5D843;
}
</style>
border-color css
<style>
span { border-color: #A5D843; }
span { border-color: rgb(165,216,67); }
td.TdClassName
{
border-color: #A5D843;
}
.TagClassName
{
border-color: #A5D843;
}
</style>