Shades of Atlantis #A7DF3E
Tints of Atlantis #A7DF3E
RGB
CMYK
RGB Variations
Color information
#A7DF3E (or 0xA7DF3E) is known color: Atlantis. HEX triplet: A7, DF and 3E. RGB value is (167,223,62). Sum of RGB (Red+Green+Blue) = 167+223+62=452 (59% of max value = 765). Red value is 167 (65.62% from 255 or 36.95% from 452); Green value is 223 (87.5% from 255 or 49.34% from 452); Blue value is 62 (24.61% from 255 or 13.72% from 452); Max value from RGB is 223 - color contains mainly: green. Hex color #A7DF3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7DF3E is #5820C1. Grayscale: #BCBCBC. Windows color (decimal): -5775554 or 4120487. OLE color: 4120487.
HSL color Cylindrical-coordinate representation of color #A7DF3E: hue angle of 80.87º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A7DF3E is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 223 | 62 | - |
| CMYK | 0.25 | 0 | 0.72 | 0.13 |
| HSL | 80.87º | 0.72% | 0.56% | - |
| HSV(B) | 80.87º | 0.72% | 0.87% | - |
| XYZ | 43.19 | 61.34 | 14.12 | - |
| YUV | 187.9 | 56.95 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 223 | 62 | 0.25 | 0 | 0.72 | 0.13 | 80.87 | 0.72 | 0.56 |
| Hex | A7 | DF | 3E | 19 | 0 | 48 | D | 51 | 48 | 38 |
| Octal | 247 | 337 | 76 | 31 | 0 | 110 | 15 | 121 | 110 | 70 |
| Binary | 10100111 | 11011111 | 111110 | 11001 | 0 | 1001000 | 1101 | 1010001 | 1001000 | 111000 |
Color Harmonies of #A7DF3E
Complementary color
Monochromatic Colors of #A7DF3E
Black with #A7DF3E
Text Example
Text Example
White with #A7DF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DF3E; }
p { color: rgb(167,223,62); }
H1.HeaderClassName
{
color: #A7DF3E;
}
.AnyTagClassName
{
color: #A7DF3E;
}
</style>
background-color css
<style>
a { background-color: #A7DF3E; }
a { background-color: rgb(167,223,62); }
div.DivClassName
{
background-color: #A7DF3E;
}
.BgClassName
{
background-color: #A7DF3E;
}
</style>
border-color css
<style>
span { border-color: #A7DF3E; }
span { border-color: rgb(167,223,62); }
td.TdClassName
{
border-color: #A7DF3E;
}
.TagClassName
{
border-color: #A7DF3E;
}
</style>