Shades of Atlantis #A7D635
Tints of Atlantis #A7D635
RGB
CMYK
RGB Variations
Color information
#A7D635 (or 0xA7D635) is known color: Atlantis. HEX triplet: A7, D6 and 35. RGB value is (167,214,53). Sum of RGB (Red+Green+Blue) = 167+214+53=434 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.48% from 434); Green value is 214 (83.98% from 255 or 49.31% from 434); Blue value is 53 (21.09% from 255 or 12.21% from 434); Max value from RGB is 214 - color contains mainly: green. Hex color #A7D635 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7D635 is #5829CA. Grayscale: #B6B6B6. Windows color (decimal): -5777867 or 3528359. OLE color: 3528359.
HSL color Cylindrical-coordinate representation of color #A7D635: hue angle of 77.52º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A7D635 is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 167 | 214 | 53 | - |
| CMYK | 0.22 | 0 | 0.75 | 0.16 |
| HSL | 77.52º | 0.66% | 0.52% | - |
| HSV(B) | 77.52º | 0.75% | 0.84% | - |
| XYZ | 40.63 | 56.57 | 12.15 | - |
| YUV | 181.59 | 55.43 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 214 | 53 | 0.22 | 0 | 0.75 | 0.16 | 77.52 | 0.66 | 0.52 |
| Hex | A7 | D6 | 35 | 16 | 0 | 4B | 10 | 4E | 42 | 34 |
| Octal | 247 | 326 | 65 | 26 | 0 | 113 | 20 | 116 | 102 | 64 |
| Binary | 10100111 | 11010110 | 110101 | 10110 | 0 | 1001011 | 10000 | 1001110 | 1000010 | 110100 |
Color Harmonies of #A7D635
Complementary color
Monochromatic Colors of #A7D635
Black with #A7D635
Text Example
Text Example
White with #A7D635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D635; }
p { color: rgb(167,214,53); }
H1.HeaderClassName
{
color: #A7D635;
}
.AnyTagClassName
{
color: #A7D635;
}
</style>
background-color css
<style>
a { background-color: #A7D635; }
a { background-color: rgb(167,214,53); }
div.DivClassName
{
background-color: #A7D635;
}
.BgClassName
{
background-color: #A7D635;
}
</style>
border-color css
<style>
span { border-color: #A7D635; }
span { border-color: rgb(167,214,53); }
td.TdClassName
{
border-color: #A7D635;
}
.TagClassName
{
border-color: #A7D635;
}
</style>