Shades of Atlantis #A8D73E
Tints of Atlantis #A8D73E
RGB
CMYK
RGB Variations
Color information
#A8D73E (or 0xA8D73E) is known color: Atlantis. HEX triplet: A8, D7 and 3E. RGB value is (168,215,62). Sum of RGB (Red+Green+Blue) = 168+215+62=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 215 (84.38% from 255 or 48.31% from 445); Blue value is 62 (24.61% from 255 or 13.93% from 445); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D73E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D73E is #5728C1. Grayscale: #B8B8B8. Windows color (decimal): -5712066 or 4118440. OLE color: 4118440.
HSL color Cylindrical-coordinate representation of color #A8D73E: hue angle of 78.43º degrees, saturation: 0.66, 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 #A8D73E is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 215 | 62 | - |
| CMYK | 0.22 | 0 | 0.71 | 0.16 |
| HSL | 78.43º | 0.66% | 0.54% | - |
| HSV(B) | 78.43º | 0.71% | 0.84% | - |
| XYZ | 41.32 | 57.27 | 13.43 | - |
| YUV | 183.51 | 59.43 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 215 | 62 | 0.22 | 0 | 0.71 | 0.16 | 78.43 | 0.66 | 0.54 |
| Hex | A8 | D7 | 3E | 16 | 0 | 47 | 10 | 4E | 42 | 36 |
| Octal | 250 | 327 | 76 | 26 | 0 | 107 | 20 | 116 | 102 | 66 |
| Binary | 10101000 | 11010111 | 111110 | 10110 | 0 | 1000111 | 10000 | 1001110 | 1000010 | 110110 |
Color Harmonies of #A8D73E
Complementary color
Monochromatic Colors of #A8D73E
Black with #A8D73E
Text Example
Text Example
White with #A8D73E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D73E; }
p { color: rgb(168,215,62); }
H1.HeaderClassName
{
color: #A8D73E;
}
.AnyTagClassName
{
color: #A8D73E;
}
</style>
background-color css
<style>
a { background-color: #A8D73E; }
a { background-color: rgb(168,215,62); }
div.DivClassName
{
background-color: #A8D73E;
}
.BgClassName
{
background-color: #A8D73E;
}
</style>
border-color css
<style>
span { border-color: #A8D73E; }
span { border-color: rgb(168,215,62); }
td.TdClassName
{
border-color: #A8D73E;
}
.TagClassName
{
border-color: #A8D73E;
}
</style>