Shades of Atlantis #7AF438
Tints of Atlantis #7AF438
RGB
CMYK
RGB Variations
Color information
#7AF438 (or 0x7AF438) is known color: Atlantis. HEX triplet: 7A, F4 and 38. RGB value is (122,244,56). Sum of RGB (Red+Green+Blue) = 122+244+56=422 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.91% from 422); Green value is 244 (95.70% from 255 or 57.82% from 422); Blue value is 56 (22.27% from 255 or 13.27% from 422); Max value from RGB is 244 - color contains mainly: green. Hex color #7AF438 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7AF438 is #850BC7. Grayscale: #BABABA. Windows color (decimal): -8719304 or 3732602. OLE color: 3732602.
HSL color Cylindrical-coordinate representation of color #7AF438: hue angle of 98.94º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7AF438 is Cyan = 0.5, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 122 | 244 | 56 | - |
| CMYK | 0.5 | 0 | 0.77 | 0.04 |
| HSL | 98.94º | 0.9% | 0.59% | - |
| HSV(B) | 98.94º | 0.77% | 0.96% | - |
| XYZ | 41.09 | 69.12 | 14.92 | - |
| YUV | 186.09 | 54.58 | 82.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 244 | 56 | 0.5 | 0 | 0.77 | 0.04 | 98.94 | 0.9 | 0.59 |
| Hex | 7A | F4 | 38 | 32 | 0 | 4D | 4 | 63 | 5A | 3B |
| Octal | 172 | 364 | 70 | 62 | 0 | 115 | 4 | 143 | 132 | 73 |
| Binary | 1111010 | 11110100 | 111000 | 110010 | 0 | 1001101 | 100 | 1100011 | 1011010 | 111011 |
Color Harmonies of #7AF438
Complementary color
Monochromatic Colors of #7AF438
Black with #7AF438
Text Example
Text Example
White with #7AF438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF438; }
p { color: rgb(122,244,56); }
H1.HeaderClassName
{
color: #7AF438;
}
.AnyTagClassName
{
color: #7AF438;
}
</style>
background-color css
<style>
a { background-color: #7AF438; }
a { background-color: rgb(122,244,56); }
div.DivClassName
{
background-color: #7AF438;
}
.BgClassName
{
background-color: #7AF438;
}
</style>
border-color css
<style>
span { border-color: #7AF438; }
span { border-color: rgb(122,244,56); }
td.TdClassName
{
border-color: #7AF438;
}
.TagClassName
{
border-color: #7AF438;
}
</style>