Shades of Atlantis #A8DF3C
Tints of Atlantis #A8DF3C
RGB
CMYK
RGB Variations
Color information
#A8DF3C (or 0xA8DF3C) is known color: Atlantis. HEX triplet: A8, DF and 3C. RGB value is (168,223,60). Sum of RGB (Red+Green+Blue) = 168+223+60=451 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.25% from 451); Green value is 223 (87.5% from 255 or 49.45% from 451); Blue value is 60 (23.83% from 255 or 13.30% from 451); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DF3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DF3C is #5720C3. Grayscale: #BCBCBC. Windows color (decimal): -5710020 or 3989416. OLE color: 3989416.
HSL color Cylindrical-coordinate representation of color #A8DF3C: hue angle of 80.25º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A8DF3C is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 223 | 60 | - |
| CMYK | 0.25 | 0 | 0.73 | 0.13 |
| HSL | 80.25º | 0.72% | 0.55% | - |
| HSV(B) | 80.25º | 0.73% | 0.87% | - |
| XYZ | 43.35 | 61.43 | 13.85 | - |
| YUV | 187.97 | 55.78 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 223 | 60 | 0.25 | 0 | 0.73 | 0.13 | 80.25 | 0.72 | 0.55 |
| Hex | A8 | DF | 3C | 19 | 0 | 49 | D | 50 | 48 | 37 |
| Octal | 250 | 337 | 74 | 31 | 0 | 111 | 15 | 120 | 110 | 67 |
| Binary | 10101000 | 11011111 | 111100 | 11001 | 0 | 1001001 | 1101 | 1010000 | 1001000 | 110111 |
Color Harmonies of #A8DF3C
Complementary color
Monochromatic Colors of #A8DF3C
Black with #A8DF3C
Text Example
Text Example
White with #A8DF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DF3C; }
p { color: rgb(168,223,60); }
H1.HeaderClassName
{
color: #A8DF3C;
}
.AnyTagClassName
{
color: #A8DF3C;
}
</style>
background-color css
<style>
a { background-color: #A8DF3C; }
a { background-color: rgb(168,223,60); }
div.DivClassName
{
background-color: #A8DF3C;
}
.BgClassName
{
background-color: #A8DF3C;
}
</style>
border-color css
<style>
span { border-color: #A8DF3C; }
span { border-color: rgb(168,223,60); }
td.TdClassName
{
border-color: #A8DF3C;
}
.TagClassName
{
border-color: #A8DF3C;
}
</style>