Shades of Atlantis #A5D73B
Tints of Atlantis #A5D73B
RGB
CMYK
RGB Variations
Color information
#A5D73B (or 0xA5D73B) is known color: Atlantis. HEX triplet: A5, D7 and 3B. RGB value is (165,215,59). Sum of RGB (Red+Green+Blue) = 165+215+59=439 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.59% from 439); Green value is 215 (84.38% from 255 or 48.97% from 439); Blue value is 59 (23.44% from 255 or 13.44% from 439); Max value from RGB is 215 - color contains mainly: green. Hex color #A5D73B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5D73B is #5A28C4. Grayscale: #B6B6B6. Windows color (decimal): -5908677 or 3921829. OLE color: 3921829.
HSL color Cylindrical-coordinate representation of color #A5D73B: hue angle of 79.23º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A5D73B is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 215 | 59 | - |
| CMYK | 0.23 | 0 | 0.73 | 0.16 |
| HSL | 79.23º | 0.66% | 0.54% | - |
| HSV(B) | 79.23º | 0.73% | 0.84% | - |
| XYZ | 40.61 | 56.92 | 12.98 | - |
| YUV | 182.27 | 58.44 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 215 | 59 | 0.23 | 0 | 0.73 | 0.16 | 79.23 | 0.66 | 0.54 |
| Hex | A5 | D7 | 3B | 17 | 0 | 49 | 10 | 4F | 42 | 36 |
| Octal | 245 | 327 | 73 | 27 | 0 | 111 | 20 | 117 | 102 | 66 |
| Binary | 10100101 | 11010111 | 111011 | 10111 | 0 | 1001001 | 10000 | 1001111 | 1000010 | 110110 |
Color Harmonies of #A5D73B
Complementary color
Monochromatic Colors of #A5D73B
Black with #A5D73B
Text Example
Text Example
White with #A5D73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D73B; }
p { color: rgb(165,215,59); }
H1.HeaderClassName
{
color: #A5D73B;
}
.AnyTagClassName
{
color: #A5D73B;
}
</style>
background-color css
<style>
a { background-color: #A5D73B; }
a { background-color: rgb(165,215,59); }
div.DivClassName
{
background-color: #A5D73B;
}
.BgClassName
{
background-color: #A5D73B;
}
</style>
border-color css
<style>
span { border-color: #A5D73B; }
span { border-color: rgb(165,215,59); }
td.TdClassName
{
border-color: #A5D73B;
}
.TagClassName
{
border-color: #A5D73B;
}
</style>