Shades of Atlantis #A4DA3C
Tints of Atlantis #A4DA3C
RGB
CMYK
RGB Variations
Color information
#A4DA3C (or 0xA4DA3C) is known color: Atlantis. HEX triplet: A4, DA and 3C. RGB value is (164,218,60). Sum of RGB (Red+Green+Blue) = 164+218+60=442 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.10% from 442); Green value is 218 (85.55% from 255 or 49.32% from 442); Blue value is 60 (23.83% from 255 or 13.57% from 442); Max value from RGB is 218 - color contains mainly: green. Hex color #A4DA3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4DA3C is #5B25C3. Grayscale: #B8B8B8. Windows color (decimal): -5973444 or 3988132. OLE color: 3988132.
HSL color Cylindrical-coordinate representation of color #A4DA3C: hue angle of 80.51º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A4DA3C is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 218 | 60 | - |
| CMYK | 0.25 | 0 | 0.72 | 0.15 |
| HSL | 80.51º | 0.68% | 0.55% | - |
| HSV(B) | 80.51º | 0.72% | 0.85% | - |
| XYZ | 41.2 | 58.36 | 13.37 | - |
| YUV | 183.84 | 58.11 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 218 | 60 | 0.25 | 0 | 0.72 | 0.15 | 80.51 | 0.68 | 0.55 |
| Hex | A4 | DA | 3C | 19 | 0 | 48 | F | 51 | 44 | 37 |
| Octal | 244 | 332 | 74 | 31 | 0 | 110 | 17 | 121 | 104 | 67 |
| Binary | 10100100 | 11011010 | 111100 | 11001 | 0 | 1001000 | 1111 | 1010001 | 1000100 | 110111 |
Color Harmonies of #A4DA3C
Complementary color
Monochromatic Colors of #A4DA3C
Black with #A4DA3C
Text Example
Text Example
White with #A4DA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DA3C; }
p { color: rgb(164,218,60); }
H1.HeaderClassName
{
color: #A4DA3C;
}
.AnyTagClassName
{
color: #A4DA3C;
}
</style>
background-color css
<style>
a { background-color: #A4DA3C; }
a { background-color: rgb(164,218,60); }
div.DivClassName
{
background-color: #A4DA3C;
}
.BgClassName
{
background-color: #A4DA3C;
}
</style>
border-color css
<style>
span { border-color: #A4DA3C; }
span { border-color: rgb(164,218,60); }
td.TdClassName
{
border-color: #A4DA3C;
}
.TagClassName
{
border-color: #A4DA3C;
}
</style>