Shades of Atlantis #A5D047
Tints of Atlantis #A5D047
RGB
CMYK
RGB Variations
Color information
#A5D047 (or 0xA5D047) is known color: Atlantis. HEX triplet: A5, D0 and 47. RGB value is (165,208,71). Sum of RGB (Red+Green+Blue) = 165+208+71=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 208 (81.64% from 255 or 46.85% from 444); Blue value is 71 (28.12% from 255 or 15.99% from 444); Max value from RGB is 208 - color contains mainly: green. Hex color #A5D047 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5D047 is #5A2FB8. Grayscale: #B4B4B4. Windows color (decimal): -5910457 or 4706469. OLE color: 4706469.
HSL color Cylindrical-coordinate representation of color #A5D047: hue angle of 78.83º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A5D047 is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 208 | 71 | - |
| CMYK | 0.21 | 0 | 0.66 | 0.18 |
| HSL | 78.83º | 0.59% | 0.55% | - |
| HSV(B) | 78.83º | 0.66% | 0.82% | - |
| XYZ | 39.21 | 53.57 | 14.23 | - |
| YUV | 179.53 | 66.75 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 208 | 71 | 0.21 | 0 | 0.66 | 0.18 | 78.83 | 0.59 | 0.55 |
| Hex | A5 | D0 | 47 | 15 | 0 | 42 | 12 | 4F | 3B | 37 |
| Octal | 245 | 320 | 107 | 25 | 0 | 102 | 22 | 117 | 73 | 67 |
| Binary | 10100101 | 11010000 | 1000111 | 10101 | 0 | 1000010 | 10010 | 1001111 | 111011 | 110111 |
Color Harmonies of #A5D047
Complementary color
Monochromatic Colors of #A5D047
Black with #A5D047
Text Example
Text Example
White with #A5D047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D047; }
p { color: rgb(165,208,71); }
H1.HeaderClassName
{
color: #A5D047;
}
.AnyTagClassName
{
color: #A5D047;
}
</style>
background-color css
<style>
a { background-color: #A5D047; }
a { background-color: rgb(165,208,71); }
div.DivClassName
{
background-color: #A5D047;
}
.BgClassName
{
background-color: #A5D047;
}
</style>
border-color css
<style>
span { border-color: #A5D047; }
span { border-color: rgb(165,208,71); }
td.TdClassName
{
border-color: #A5D047;
}
.TagClassName
{
border-color: #A5D047;
}
</style>