Shades of Atlantis #A7D63F
Tints of Atlantis #A7D63F
RGB
CMYK
RGB Variations
Color information
#A7D63F (or 0xA7D63F) is known color: Atlantis. HEX triplet: A7, D6 and 3F. RGB value is (167,214,63). Sum of RGB (Red+Green+Blue) = 167+214+63=444 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.61% from 444); Green value is 214 (83.98% from 255 or 48.20% from 444); Blue value is 63 (25% from 255 or 14.19% from 444); Max value from RGB is 214 - color contains mainly: green. Hex color #A7D63F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7D63F is #5829C0. Grayscale: #B7B7B7. Windows color (decimal): -5777857 or 4183719. OLE color: 4183719.
HSL color Cylindrical-coordinate representation of color #A7D63F: hue angle of 78.68º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A7D63F is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 167 | 214 | 63 | - |
| CMYK | 0.22 | 0 | 0.71 | 0.16 |
| HSL | 78.68º | 0.65% | 0.54% | - |
| HSV(B) | 78.68º | 0.71% | 0.84% | - |
| XYZ | 40.88 | 56.67 | 13.49 | - |
| YUV | 182.73 | 60.43 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 214 | 63 | 0.22 | 0 | 0.71 | 0.16 | 78.68 | 0.65 | 0.54 |
| Hex | A7 | D6 | 3F | 16 | 0 | 47 | 10 | 4F | 41 | 36 |
| Octal | 247 | 326 | 77 | 26 | 0 | 107 | 20 | 117 | 101 | 66 |
| Binary | 10100111 | 11010110 | 111111 | 10110 | 0 | 1000111 | 10000 | 1001111 | 1000001 | 110110 |
Color Harmonies of #A7D63F
Complementary color
Monochromatic Colors of #A7D63F
Black with #A7D63F
Text Example
Text Example
White with #A7D63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D63F; }
p { color: rgb(167,214,63); }
H1.HeaderClassName
{
color: #A7D63F;
}
.AnyTagClassName
{
color: #A7D63F;
}
</style>
background-color css
<style>
a { background-color: #A7D63F; }
a { background-color: rgb(167,214,63); }
div.DivClassName
{
background-color: #A7D63F;
}
.BgClassName
{
background-color: #A7D63F;
}
</style>
border-color css
<style>
span { border-color: #A7D63F; }
span { border-color: rgb(167,214,63); }
td.TdClassName
{
border-color: #A7D63F;
}
.TagClassName
{
border-color: #A7D63F;
}
</style>