Shades of Atlantis #A7DF3C
Tints of Atlantis #A7DF3C
RGB
CMYK
RGB Variations
Color information
#A7DF3C (or 0xA7DF3C) is known color: Atlantis. HEX triplet: A7, DF and 3C. RGB value is (167,223,60). Sum of RGB (Red+Green+Blue) = 167+223+60=450 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.11% from 450); Green value is 223 (87.5% from 255 or 49.56% from 450); Blue value is 60 (23.83% from 255 or 13.33% from 450); Max value from RGB is 223 - color contains mainly: green. Hex color #A7DF3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7DF3C is #5820C3. Grayscale: #BCBCBC. Windows color (decimal): -5775556 or 3989415. OLE color: 3989415.
HSL color Cylindrical-coordinate representation of color #A7DF3C: hue angle of 80.61º 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 #A7DF3C is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 223 | 60 | - |
| CMYK | 0.25 | 0 | 0.73 | 0.13 |
| HSL | 80.61º | 0.72% | 0.55% | - |
| HSV(B) | 80.61º | 0.73% | 0.87% | - |
| XYZ | 43.14 | 61.32 | 13.84 | - |
| YUV | 187.67 | 55.95 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 223 | 60 | 0.25 | 0 | 0.73 | 0.13 | 80.61 | 0.72 | 0.55 |
| Hex | A7 | DF | 3C | 19 | 0 | 49 | D | 51 | 48 | 37 |
| Octal | 247 | 337 | 74 | 31 | 0 | 111 | 15 | 121 | 110 | 67 |
| Binary | 10100111 | 11011111 | 111100 | 11001 | 0 | 1001001 | 1101 | 1010001 | 1001000 | 110111 |
Color Harmonies of #A7DF3C
Complementary color
Monochromatic Colors of #A7DF3C
Black with #A7DF3C
Text Example
Text Example
White with #A7DF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DF3C; }
p { color: rgb(167,223,60); }
H1.HeaderClassName
{
color: #A7DF3C;
}
.AnyTagClassName
{
color: #A7DF3C;
}
</style>
background-color css
<style>
a { background-color: #A7DF3C; }
a { background-color: rgb(167,223,60); }
div.DivClassName
{
background-color: #A7DF3C;
}
.BgClassName
{
background-color: #A7DF3C;
}
</style>
border-color css
<style>
span { border-color: #A7DF3C; }
span { border-color: rgb(167,223,60); }
td.TdClassName
{
border-color: #A7DF3C;
}
.TagClassName
{
border-color: #A7DF3C;
}
</style>