Shades of Atlantis #A7DA32
Tints of Atlantis #A7DA32
RGB
CMYK
RGB Variations
Color information
#A7DA32 (or 0xA7DA32) is known color: Atlantis. HEX triplet: A7, DA and 32. RGB value is (167,218,50). Sum of RGB (Red+Green+Blue) = 167+218+50=435 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.39% from 435); Green value is 218 (85.55% from 255 or 50.11% from 435); Blue value is 50 (19.92% from 255 or 11.49% from 435); Max value from RGB is 218 - color contains mainly: green. Hex color #A7DA32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7DA32 is #5825CD. Grayscale: #B8B8B8. Windows color (decimal): -5776846 or 3332775. OLE color: 3332775.
HSL color Cylindrical-coordinate representation of color #A7DA32: hue angle of 78.21º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A7DA32 is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 218 | 50 | - |
| CMYK | 0.23 | 0 | 0.77 | 0.15 |
| HSL | 78.21º | 0.69% | 0.53% | - |
| HSV(B) | 78.21º | 0.77% | 0.85% | - |
| XYZ | 41.58 | 58.59 | 12.13 | - |
| YUV | 183.6 | 52.6 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 218 | 50 | 0.23 | 0 | 0.77 | 0.15 | 78.21 | 0.69 | 0.53 |
| Hex | A7 | DA | 32 | 17 | 0 | 4D | F | 4E | 45 | 35 |
| Octal | 247 | 332 | 62 | 27 | 0 | 115 | 17 | 116 | 105 | 65 |
| Binary | 10100111 | 11011010 | 110010 | 10111 | 0 | 1001101 | 1111 | 1001110 | 1000101 | 110101 |
Color Harmonies of #A7DA32
Complementary color
Monochromatic Colors of #A7DA32
Black with #A7DA32
Text Example
Text Example
White with #A7DA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DA32; }
p { color: rgb(167,218,50); }
H1.HeaderClassName
{
color: #A7DA32;
}
.AnyTagClassName
{
color: #A7DA32;
}
</style>
background-color css
<style>
a { background-color: #A7DA32; }
a { background-color: rgb(167,218,50); }
div.DivClassName
{
background-color: #A7DA32;
}
.BgClassName
{
background-color: #A7DA32;
}
</style>
border-color css
<style>
span { border-color: #A7DA32; }
span { border-color: rgb(167,218,50); }
td.TdClassName
{
border-color: #A7DA32;
}
.TagClassName
{
border-color: #A7DA32;
}
</style>