Shades of Atlantis #A4D03C
Tints of Atlantis #A4D03C
RGB
CMYK
RGB Variations
Color information
#A4D03C (or 0xA4D03C) is known color: Atlantis. HEX triplet: A4, D0 and 3C. RGB value is (164,208,60). Sum of RGB (Red+Green+Blue) = 164+208+60=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 208 (81.64% from 255 or 48.15% from 432); Blue value is 60 (23.83% from 255 or 13.89% from 432); Max value from RGB is 208 - color contains mainly: green. Hex color #A4D03C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4D03C is #5B2FC3. Grayscale: #B2B2B2. Windows color (decimal): -5976004 or 3985572. OLE color: 3985572.
HSL color Cylindrical-coordinate representation of color #A4D03C: hue angle of 77.84º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A4D03C is Cyan = 0.21, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 208 | 60 | - |
| CMYK | 0.21 | 0 | 0.71 | 0.18 |
| HSL | 77.84º | 0.61% | 0.53% | - |
| HSV(B) | 77.84º | 0.71% | 0.82% | - |
| XYZ | 38.68 | 53.33 | 12.53 | - |
| YUV | 177.97 | 61.42 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 208 | 60 | 0.21 | 0 | 0.71 | 0.18 | 77.84 | 0.61 | 0.53 |
| Hex | A4 | D0 | 3C | 15 | 0 | 47 | 12 | 4E | 3D | 35 |
| Octal | 244 | 320 | 74 | 25 | 0 | 107 | 22 | 116 | 75 | 65 |
| Binary | 10100100 | 11010000 | 111100 | 10101 | 0 | 1000111 | 10010 | 1001110 | 111101 | 110101 |
Color Harmonies of #A4D03C
Complementary color
Monochromatic Colors of #A4D03C
Black with #A4D03C
Text Example
Text Example
White with #A4D03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D03C; }
p { color: rgb(164,208,60); }
H1.HeaderClassName
{
color: #A4D03C;
}
.AnyTagClassName
{
color: #A4D03C;
}
</style>
background-color css
<style>
a { background-color: #A4D03C; }
a { background-color: rgb(164,208,60); }
div.DivClassName
{
background-color: #A4D03C;
}
.BgClassName
{
background-color: #A4D03C;
}
</style>
border-color css
<style>
span { border-color: #A4D03C; }
span { border-color: rgb(164,208,60); }
td.TdClassName
{
border-color: #A4D03C;
}
.TagClassName
{
border-color: #A4D03C;
}
</style>