Shades of Atlantis #7AF23B
Tints of Atlantis #7AF23B
RGB
CMYK
RGB Variations
Color information
#7AF23B (or 0x7AF23B) is known color: Atlantis. HEX triplet: 7A, F2 and 3B. RGB value is (122,242,59). Sum of RGB (Red+Green+Blue) = 122+242+59=423 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.84% from 423); Green value is 242 (94.92% from 255 or 57.21% from 423); Blue value is 59 (23.44% from 255 or 13.95% from 423); Max value from RGB is 242 - color contains mainly: green. Hex color #7AF23B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7AF23B is #850DC4. Grayscale: #B9B9B9. Windows color (decimal): -8719813 or 3928698. OLE color: 3928698.
HSL color Cylindrical-coordinate representation of color #7AF23B: hue angle of 99.34º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7AF23B is Cyan = 0.50, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 242 | 59 | - |
| CMYK | 0.50 | 0 | 0.76 | 0.05 |
| HSL | 99.34º | 0.88% | 0.59% | - |
| HSV(B) | 99.34º | 0.76% | 0.95% | - |
| XYZ | 40.57 | 67.96 | 15.12 | - |
| YUV | 185.26 | 56.74 | 82.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 242 | 59 | 0.50 | 0 | 0.76 | 0.05 | 99.34 | 0.88 | 0.59 |
| Hex | 7A | F2 | 3B | 32 | 0 | 4C | 5 | 63 | 58 | 3B |
| Octal | 172 | 362 | 73 | 62 | 0 | 114 | 5 | 143 | 130 | 73 |
| Binary | 1111010 | 11110010 | 111011 | 110010 | 0 | 1001100 | 101 | 1100011 | 1011000 | 111011 |
Color Harmonies of #7AF23B
Complementary color
Monochromatic Colors of #7AF23B
Black with #7AF23B
Text Example
Text Example
White with #7AF23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF23B; }
p { color: rgb(122,242,59); }
H1.HeaderClassName
{
color: #7AF23B;
}
.AnyTagClassName
{
color: #7AF23B;
}
</style>
background-color css
<style>
a { background-color: #7AF23B; }
a { background-color: rgb(122,242,59); }
div.DivClassName
{
background-color: #7AF23B;
}
.BgClassName
{
background-color: #7AF23B;
}
</style>
border-color css
<style>
span { border-color: #7AF23B; }
span { border-color: rgb(122,242,59); }
td.TdClassName
{
border-color: #7AF23B;
}
.TagClassName
{
border-color: #7AF23B;
}
</style>