Shades of Atlantis #A5D14A
Tints of Atlantis #A5D14A
RGB
CMYK
RGB Variations
Color information
#A5D14A (or 0xA5D14A) is known color: Atlantis. HEX triplet: A5, D1 and 4A. RGB value is (165,209,74). Sum of RGB (Red+Green+Blue) = 165+209+74=448 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.83% from 448); Green value is 209 (82.03% from 255 or 46.65% from 448); Blue value is 74 (29.30% from 255 or 16.52% from 448); Max value from RGB is 209 - color contains mainly: green. Hex color #A5D14A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5D14A is #5A2EB5. Grayscale: #B4B4B4. Windows color (decimal): -5910198 or 4903333. OLE color: 4903333.
HSL color Cylindrical-coordinate representation of color #A5D14A: hue angle of 79.56º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A5D14A is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 209 | 74 | - |
| CMYK | 0.21 | 0 | 0.65 | 0.18 |
| HSL | 79.56º | 0.59% | 0.55% | - |
| HSV(B) | 79.56º | 0.65% | 0.82% | - |
| XYZ | 39.55 | 54.09 | 14.84 | - |
| YUV | 180.45 | 67.92 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 209 | 74 | 0.21 | 0 | 0.65 | 0.18 | 79.56 | 0.59 | 0.55 |
| Hex | A5 | D1 | 4A | 15 | 0 | 41 | 12 | 50 | 3B | 37 |
| Octal | 245 | 321 | 112 | 25 | 0 | 101 | 22 | 120 | 73 | 67 |
| Binary | 10100101 | 11010001 | 1001010 | 10101 | 0 | 1000001 | 10010 | 1010000 | 111011 | 110111 |
Color Harmonies of #A5D14A
Complementary color
Monochromatic Colors of #A5D14A
Black with #A5D14A
Text Example
Text Example
White with #A5D14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D14A; }
p { color: rgb(165,209,74); }
H1.HeaderClassName
{
color: #A5D14A;
}
.AnyTagClassName
{
color: #A5D14A;
}
</style>
background-color css
<style>
a { background-color: #A5D14A; }
a { background-color: rgb(165,209,74); }
div.DivClassName
{
background-color: #A5D14A;
}
.BgClassName
{
background-color: #A5D14A;
}
</style>
border-color css
<style>
span { border-color: #A5D14A; }
span { border-color: rgb(165,209,74); }
td.TdClassName
{
border-color: #A5D14A;
}
.TagClassName
{
border-color: #A5D14A;
}
</style>