Shades of Atlantis #7AF33C
Tints of Atlantis #7AF33C
RGB
CMYK
RGB Variations
Color information
#7AF33C (or 0x7AF33C) is known color: Atlantis. HEX triplet: 7A, F3 and 3C. RGB value is (122,243,60). Sum of RGB (Red+Green+Blue) = 122+243+60=425 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.71% from 425); Green value is 243 (95.31% from 255 or 57.18% from 425); Blue value is 60 (23.83% from 255 or 14.12% from 425); Max value from RGB is 243 - color contains mainly: green. Hex color #7AF33C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7AF33C is #850CC3. Grayscale: #BABABA. Windows color (decimal): -8719556 or 3994490. OLE color: 3994490.
HSL color Cylindrical-coordinate representation of color #7AF33C: hue angle of 99.67º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7AF33C is Cyan = 0.50, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 243 | 60 | - |
| CMYK | 0.50 | 0 | 0.75 | 0.05 |
| HSL | 99.67º | 0.88% | 0.59% | - |
| HSV(B) | 99.67º | 0.75% | 0.95% | - |
| XYZ | 40.89 | 68.57 | 15.35 | - |
| YUV | 185.96 | 56.91 | 82.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 243 | 60 | 0.50 | 0 | 0.75 | 0.05 | 99.67 | 0.88 | 0.59 |
| Hex | 7A | F3 | 3C | 32 | 0 | 4B | 5 | 64 | 58 | 3B |
| Octal | 172 | 363 | 74 | 62 | 0 | 113 | 5 | 144 | 130 | 73 |
| Binary | 1111010 | 11110011 | 111100 | 110010 | 0 | 1001011 | 101 | 1100100 | 1011000 | 111011 |
Color Harmonies of #7AF33C
Complementary color
Monochromatic Colors of #7AF33C
Black with #7AF33C
Text Example
Text Example
White with #7AF33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF33C; }
p { color: rgb(122,243,60); }
H1.HeaderClassName
{
color: #7AF33C;
}
.AnyTagClassName
{
color: #7AF33C;
}
</style>
background-color css
<style>
a { background-color: #7AF33C; }
a { background-color: rgb(122,243,60); }
div.DivClassName
{
background-color: #7AF33C;
}
.BgClassName
{
background-color: #7AF33C;
}
</style>
border-color css
<style>
span { border-color: #7AF33C; }
span { border-color: rgb(122,243,60); }
td.TdClassName
{
border-color: #7AF33C;
}
.TagClassName
{
border-color: #7AF33C;
}
</style>