Shades of Atlantis #A8DF38
Tints of Atlantis #A8DF38
RGB
CMYK
RGB Variations
Color information
#A8DF38 (or 0xA8DF38) is known color: Atlantis. HEX triplet: A8, DF and 38. RGB value is (168,223,56). Sum of RGB (Red+Green+Blue) = 168+223+56=447 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.58% from 447); Green value is 223 (87.5% from 255 or 49.89% from 447); Blue value is 56 (22.27% from 255 or 12.53% from 447); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DF38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DF38 is #5720C7. Grayscale: #BCBCBC. Windows color (decimal): -5710024 or 3727272. OLE color: 3727272.
HSL color Cylindrical-coordinate representation of color #A8DF38: hue angle of 79.76º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A8DF38 is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 223 | 56 | - |
| CMYK | 0.25 | 0 | 0.75 | 0.13 |
| HSL | 79.76º | 0.72% | 0.55% | - |
| HSV(B) | 79.76º | 0.75% | 0.87% | - |
| XYZ | 43.25 | 61.39 | 13.31 | - |
| YUV | 187.52 | 53.78 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 223 | 56 | 0.25 | 0 | 0.75 | 0.13 | 79.76 | 0.72 | 0.55 |
| Hex | A8 | DF | 38 | 19 | 0 | 4B | D | 50 | 48 | 37 |
| Octal | 250 | 337 | 70 | 31 | 0 | 113 | 15 | 120 | 110 | 67 |
| Binary | 10101000 | 11011111 | 111000 | 11001 | 0 | 1001011 | 1101 | 1010000 | 1001000 | 110111 |
Color Harmonies of #A8DF38
Complementary color
Monochromatic Colors of #A8DF38
Black with #A8DF38
Text Example
Text Example
White with #A8DF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DF38; }
p { color: rgb(168,223,56); }
H1.HeaderClassName
{
color: #A8DF38;
}
.AnyTagClassName
{
color: #A8DF38;
}
</style>
background-color css
<style>
a { background-color: #A8DF38; }
a { background-color: rgb(168,223,56); }
div.DivClassName
{
background-color: #A8DF38;
}
.BgClassName
{
background-color: #A8DF38;
}
</style>
border-color css
<style>
span { border-color: #A8DF38; }
span { border-color: rgb(168,223,56); }
td.TdClassName
{
border-color: #A8DF38;
}
.TagClassName
{
border-color: #A8DF38;
}
</style>