Shades of Atlantis #A4D945
Tints of Atlantis #A4D945
RGB
CMYK
RGB Variations
Color information
#A4D945 (or 0xA4D945) is known color: Atlantis. HEX triplet: A4, D9 and 45. RGB value is (164,217,69). Sum of RGB (Red+Green+Blue) = 164+217+69=450 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.44% from 450); Green value is 217 (85.16% from 255 or 48.22% from 450); Blue value is 69 (27.34% from 255 or 15.33% from 450); Max value from RGB is 217 - color contains mainly: green. Hex color #A4D945 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4D945 is #5B26BA. Grayscale: #B8B8B8. Windows color (decimal): -5973691 or 4577700. OLE color: 4577700.
HSL color Cylindrical-coordinate representation of color #A4D945: hue angle of 81.49º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A4D945 is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 217 | 69 | - |
| CMYK | 0.24 | 0 | 0.68 | 0.15 |
| HSL | 81.49º | 0.66% | 0.56% | - |
| HSV(B) | 81.49º | 0.68% | 0.85% | - |
| XYZ | 41.2 | 57.95 | 14.64 | - |
| YUV | 184.28 | 62.94 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 217 | 69 | 0.24 | 0 | 0.68 | 0.15 | 81.49 | 0.66 | 0.56 |
| Hex | A4 | D9 | 45 | 18 | 0 | 44 | F | 51 | 42 | 38 |
| Octal | 244 | 331 | 105 | 30 | 0 | 104 | 17 | 121 | 102 | 70 |
| Binary | 10100100 | 11011001 | 1000101 | 11000 | 0 | 1000100 | 1111 | 1010001 | 1000010 | 111000 |
Color Harmonies of #A4D945
Complementary color
Monochromatic Colors of #A4D945
Black with #A4D945
Text Example
Text Example
White with #A4D945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D945; }
p { color: rgb(164,217,69); }
H1.HeaderClassName
{
color: #A4D945;
}
.AnyTagClassName
{
color: #A4D945;
}
</style>
background-color css
<style>
a { background-color: #A4D945; }
a { background-color: rgb(164,217,69); }
div.DivClassName
{
background-color: #A4D945;
}
.BgClassName
{
background-color: #A4D945;
}
</style>
border-color css
<style>
span { border-color: #A4D945; }
span { border-color: rgb(164,217,69); }
td.TdClassName
{
border-color: #A4D945;
}
.TagClassName
{
border-color: #A4D945;
}
</style>