Shades of Atlantis #7ADF3A
Tints of Atlantis #7ADF3A
RGB
CMYK
RGB Variations
Color information
#7ADF3A (or 0x7ADF3A) is known color: Atlantis. HEX triplet: 7A, DF and 3A. RGB value is (122,223,58). Sum of RGB (Red+Green+Blue) = 122+223+58=403 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.27% from 403); Green value is 223 (87.5% from 255 or 55.33% from 403); Blue value is 58 (23.05% from 255 or 14.39% from 403); Max value from RGB is 223 - color contains mainly: green. Hex color #7ADF3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ADF3A is #8520C5. Grayscale: #AEAEAE. Windows color (decimal): -8724678 or 3858298. OLE color: 3858298.
HSL color Cylindrical-coordinate representation of color #7ADF3A: hue angle of 96.73º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7ADF3A is Cyan = 0.45, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 223 | 58 | - |
| CMYK | 0.45 | 0 | 0.74 | 0.13 |
| HSL | 96.73º | 0.72% | 0.55% | - |
| HSV(B) | 96.73º | 0.74% | 0.87% | - |
| XYZ | 35.18 | 57.22 | 13.19 | - |
| YUV | 173.99 | 62.54 | 90.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 223 | 58 | 0.45 | 0 | 0.74 | 0.13 | 96.73 | 0.72 | 0.55 |
| Hex | 7A | DF | 3A | 2D | 0 | 4A | D | 61 | 48 | 37 |
| Octal | 172 | 337 | 72 | 55 | 0 | 112 | 15 | 141 | 110 | 67 |
| Binary | 1111010 | 11011111 | 111010 | 101101 | 0 | 1001010 | 1101 | 1100001 | 1001000 | 110111 |
Color Harmonies of #7ADF3A
Complementary color
Monochromatic Colors of #7ADF3A
Black with #7ADF3A
Text Example
Text Example
White with #7ADF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADF3A; }
p { color: rgb(122,223,58); }
H1.HeaderClassName
{
color: #7ADF3A;
}
.AnyTagClassName
{
color: #7ADF3A;
}
</style>
background-color css
<style>
a { background-color: #7ADF3A; }
a { background-color: rgb(122,223,58); }
div.DivClassName
{
background-color: #7ADF3A;
}
.BgClassName
{
background-color: #7ADF3A;
}
</style>
border-color css
<style>
span { border-color: #7ADF3A; }
span { border-color: rgb(122,223,58); }
td.TdClassName
{
border-color: #7ADF3A;
}
.TagClassName
{
border-color: #7ADF3A;
}
</style>