Shades of Atlantis #A5D344
Tints of Atlantis #A5D344
RGB
CMYK
RGB Variations
Color information
#A5D344 (or 0xA5D344) is known color: Atlantis. HEX triplet: A5, D3 and 44. RGB value is (165,211,68). Sum of RGB (Red+Green+Blue) = 165+211+68=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 211 (82.81% from 255 or 47.52% from 444); Blue value is 68 (26.95% from 255 or 15.32% from 444); Max value from RGB is 211 - color contains mainly: green. Hex color #A5D344 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5D344 is #5A2CBB. Grayscale: #B5B5B5. Windows color (decimal): -5909692 or 4510629. OLE color: 4510629.
HSL color Cylindrical-coordinate representation of color #A5D344: hue angle of 79.3º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A5D344 is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 165 | 211 | 68 | - |
| CMYK | 0.22 | 0 | 0.68 | 0.17 |
| HSL | 79.3º | 0.62% | 0.55% | - |
| HSV(B) | 79.3º | 0.68% | 0.83% | - |
| XYZ | 39.85 | 55.01 | 13.99 | - |
| YUV | 180.94 | 64.26 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 211 | 68 | 0.22 | 0 | 0.68 | 0.17 | 79.3 | 0.62 | 0.55 |
| Hex | A5 | D3 | 44 | 16 | 0 | 44 | 11 | 4F | 3E | 37 |
| Octal | 245 | 323 | 104 | 26 | 0 | 104 | 21 | 117 | 76 | 67 |
| Binary | 10100101 | 11010011 | 1000100 | 10110 | 0 | 1000100 | 10001 | 1001111 | 111110 | 110111 |
Color Harmonies of #A5D344
Complementary color
Monochromatic Colors of #A5D344
Black with #A5D344
Text Example
Text Example
White with #A5D344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D344; }
p { color: rgb(165,211,68); }
H1.HeaderClassName
{
color: #A5D344;
}
.AnyTagClassName
{
color: #A5D344;
}
</style>
background-color css
<style>
a { background-color: #A5D344; }
a { background-color: rgb(165,211,68); }
div.DivClassName
{
background-color: #A5D344;
}
.BgClassName
{
background-color: #A5D344;
}
</style>
border-color css
<style>
span { border-color: #A5D344; }
span { border-color: rgb(165,211,68); }
td.TdClassName
{
border-color: #A5D344;
}
.TagClassName
{
border-color: #A5D344;
}
</style>