Shades of Atlantis #A7DD3C
Tints of Atlantis #A7DD3C
RGB
CMYK
RGB Variations
Color information
#A7DD3C (or 0xA7DD3C) is known color: Atlantis. HEX triplet: A7, DD and 3C. RGB value is (167,221,60). Sum of RGB (Red+Green+Blue) = 167+221+60=448 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.28% from 448); Green value is 221 (86.72% from 255 or 49.33% from 448); Blue value is 60 (23.83% from 255 or 13.39% from 448); Max value from RGB is 221 - color contains mainly: green. Hex color #A7DD3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7DD3C is #5822C3. Grayscale: #BBBBBB. Windows color (decimal): -5776068 or 3988903. OLE color: 3988903.
HSL color Cylindrical-coordinate representation of color #A7DD3C: hue angle of 80.12º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A7DD3C is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 221 | 60 | - |
| CMYK | 0.24 | 0 | 0.73 | 0.13 |
| HSL | 80.12º | 0.7% | 0.55% | - |
| HSV(B) | 80.12º | 0.73% | 0.87% | - |
| XYZ | 42.61 | 60.25 | 13.66 | - |
| YUV | 186.5 | 56.61 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 221 | 60 | 0.24 | 0 | 0.73 | 0.13 | 80.12 | 0.7 | 0.55 |
| Hex | A7 | DD | 3C | 18 | 0 | 49 | D | 50 | 46 | 37 |
| Octal | 247 | 335 | 74 | 30 | 0 | 111 | 15 | 120 | 106 | 67 |
| Binary | 10100111 | 11011101 | 111100 | 11000 | 0 | 1001001 | 1101 | 1010000 | 1000110 | 110111 |
Color Harmonies of #A7DD3C
Complementary color
Monochromatic Colors of #A7DD3C
Black with #A7DD3C
Text Example
Text Example
White with #A7DD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DD3C; }
p { color: rgb(167,221,60); }
H1.HeaderClassName
{
color: #A7DD3C;
}
.AnyTagClassName
{
color: #A7DD3C;
}
</style>
background-color css
<style>
a { background-color: #A7DD3C; }
a { background-color: rgb(167,221,60); }
div.DivClassName
{
background-color: #A7DD3C;
}
.BgClassName
{
background-color: #A7DD3C;
}
</style>
border-color css
<style>
span { border-color: #A7DD3C; }
span { border-color: rgb(167,221,60); }
td.TdClassName
{
border-color: #A7DD3C;
}
.TagClassName
{
border-color: #A7DD3C;
}
</style>