Shades of Atlantis #7AF03D
Tints of Atlantis #7AF03D
RGB
CMYK
RGB Variations
Color information
#7AF03D (or 0x7AF03D) is known color: Atlantis. HEX triplet: 7A, F0 and 3D. RGB value is (122,240,61). Sum of RGB (Red+Green+Blue) = 122+240+61=423 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.84% from 423); Green value is 240 (94.14% from 255 or 56.74% from 423); Blue value is 61 (24.22% from 255 or 14.42% from 423); Max value from RGB is 240 - color contains mainly: green. Hex color #7AF03D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7AF03D is #850FC2. Grayscale: #B8B8B8. Windows color (decimal): -8720323 or 4059258. OLE color: 4059258.
HSL color Cylindrical-coordinate representation of color #7AF03D: hue angle of 99.55º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7AF03D is Cyan = 0.49, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 122 | 240 | 61 | - |
| CMYK | 0.49 | 0 | 0.75 | 0.06 |
| HSL | 99.55º | 0.86% | 0.59% | - |
| HSV(B) | 99.55º | 0.75% | 0.94% | - |
| XYZ | 40.03 | 66.79 | 15.2 | - |
| YUV | 184.31 | 58.41 | 83.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 240 | 61 | 0.49 | 0 | 0.75 | 0.06 | 99.55 | 0.86 | 0.59 |
| Hex | 7A | F0 | 3D | 31 | 0 | 4B | 6 | 64 | 56 | 3B |
| Octal | 172 | 360 | 75 | 61 | 0 | 113 | 6 | 144 | 126 | 73 |
| Binary | 1111010 | 11110000 | 111101 | 110001 | 0 | 1001011 | 110 | 1100100 | 1010110 | 111011 |
Color Harmonies of #7AF03D
Complementary color
Monochromatic Colors of #7AF03D
Black with #7AF03D
Text Example
Text Example
White with #7AF03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF03D; }
p { color: rgb(122,240,61); }
H1.HeaderClassName
{
color: #7AF03D;
}
.AnyTagClassName
{
color: #7AF03D;
}
</style>
background-color css
<style>
a { background-color: #7AF03D; }
a { background-color: rgb(122,240,61); }
div.DivClassName
{
background-color: #7AF03D;
}
.BgClassName
{
background-color: #7AF03D;
}
</style>
border-color css
<style>
span { border-color: #7AF03D; }
span { border-color: rgb(122,240,61); }
td.TdClassName
{
border-color: #7AF03D;
}
.TagClassName
{
border-color: #7AF03D;
}
</style>