Shades of Atlantis #A7D63B
Tints of Atlantis #A7D63B
RGB
CMYK
RGB Variations
Color information
#A7D63B (or 0xA7D63B) is known color: Atlantis. HEX triplet: A7, D6 and 3B. RGB value is (167,214,59). Sum of RGB (Red+Green+Blue) = 167+214+59=440 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.95% from 440); Green value is 214 (83.98% from 255 or 48.64% from 440); Blue value is 59 (23.44% from 255 or 13.41% from 440); Max value from RGB is 214 - color contains mainly: green. Hex color #A7D63B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7D63B is #5829C4. Grayscale: #B6B6B6. Windows color (decimal): -5777861 or 3921575. OLE color: 3921575.
HSL color Cylindrical-coordinate representation of color #A7D63B: hue angle of 78.19º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A7D63B is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 167 | 214 | 59 | - |
| CMYK | 0.22 | 0 | 0.72 | 0.16 |
| HSL | 78.19º | 0.65% | 0.54% | - |
| HSV(B) | 78.19º | 0.72% | 0.84% | - |
| XYZ | 40.77 | 56.62 | 12.92 | - |
| YUV | 182.28 | 58.43 | 117.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 214 | 59 | 0.22 | 0 | 0.72 | 0.16 | 78.19 | 0.65 | 0.54 |
| Hex | A7 | D6 | 3B | 16 | 0 | 48 | 10 | 4E | 41 | 36 |
| Octal | 247 | 326 | 73 | 26 | 0 | 110 | 20 | 116 | 101 | 66 |
| Binary | 10100111 | 11010110 | 111011 | 10110 | 0 | 1001000 | 10000 | 1001110 | 1000001 | 110110 |
Color Harmonies of #A7D63B
Complementary color
Monochromatic Colors of #A7D63B
Black with #A7D63B
Text Example
Text Example
White with #A7D63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D63B; }
p { color: rgb(167,214,59); }
H1.HeaderClassName
{
color: #A7D63B;
}
.AnyTagClassName
{
color: #A7D63B;
}
</style>
background-color css
<style>
a { background-color: #A7D63B; }
a { background-color: rgb(167,214,59); }
div.DivClassName
{
background-color: #A7D63B;
}
.BgClassName
{
background-color: #A7D63B;
}
</style>
border-color css
<style>
span { border-color: #A7D63B; }
span { border-color: rgb(167,214,59); }
td.TdClassName
{
border-color: #A7D63B;
}
.TagClassName
{
border-color: #A7D63B;
}
</style>