Shades of Atlantis #A8DE2F
Tints of Atlantis #A8DE2F
RGB
CMYK
RGB Variations
Color information
#A8DE2F (or 0xA8DE2F) is known color: Atlantis. HEX triplet: A8, DE and 2F. RGB value is (168,222,47). Sum of RGB (Red+Green+Blue) = 168+222+47=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 222 (87.11% from 255 or 50.80% from 437); Blue value is 47 (18.75% from 255 or 10.76% from 437); Max value from RGB is 222 - color contains mainly: green. Hex color #A8DE2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DE2F is #5721D0. Grayscale: #BABABA. Windows color (decimal): -5710289 or 3137192. OLE color: 3137192.
HSL color Cylindrical-coordinate representation of color #A8DE2F: hue angle of 78.51º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A8DE2F is Cyan = 0.24, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 222 | 47 | - |
| CMYK | 0.24 | 0 | 0.79 | 0.13 |
| HSL | 78.51º | 0.73% | 0.53% | - |
| HSV(B) | 78.51º | 0.79% | 0.87% | - |
| XYZ | 42.78 | 60.77 | 12.16 | - |
| YUV | 185.9 | 49.61 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 222 | 47 | 0.24 | 0 | 0.79 | 0.13 | 78.51 | 0.73 | 0.53 |
| Hex | A8 | DE | 2F | 18 | 0 | 4F | D | 4F | 49 | 35 |
| Octal | 250 | 336 | 57 | 30 | 0 | 117 | 15 | 117 | 111 | 65 |
| Binary | 10101000 | 11011110 | 101111 | 11000 | 0 | 1001111 | 1101 | 1001111 | 1001001 | 110101 |
Color Harmonies of #A8DE2F
Complementary color
Monochromatic Colors of #A8DE2F
Black with #A8DE2F
Text Example
Text Example
White with #A8DE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DE2F; }
p { color: rgb(168,222,47); }
H1.HeaderClassName
{
color: #A8DE2F;
}
.AnyTagClassName
{
color: #A8DE2F;
}
</style>
background-color css
<style>
a { background-color: #A8DE2F; }
a { background-color: rgb(168,222,47); }
div.DivClassName
{
background-color: #A8DE2F;
}
.BgClassName
{
background-color: #A8DE2F;
}
</style>
border-color css
<style>
span { border-color: #A8DE2F; }
span { border-color: rgb(168,222,47); }
td.TdClassName
{
border-color: #A8DE2F;
}
.TagClassName
{
border-color: #A8DE2F;
}
</style>