Shades of Atlantis #8AF24D
Tints of Atlantis #8AF24D
RGB
CMYK
RGB Variations
Color information
#8AF24D (or 0x8AF24D) is known color: Atlantis. HEX triplet: 8A, F2 and 4D. RGB value is (138,242,77). Sum of RGB (Red+Green+Blue) = 138+242+77=457 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.20% from 457); Green value is 242 (94.92% from 255 or 52.95% from 457); Blue value is 77 (30.47% from 255 or 16.85% from 457); Max value from RGB is 242 - color contains mainly: green. Hex color #8AF24D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF24D is #750DB2. Grayscale: #C0C0C0. Windows color (decimal): -7671219 or 5108362. OLE color: 5108362.
HSL color Cylindrical-coordinate representation of color #8AF24D: hue angle of 97.82º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8AF24D is Cyan = 0.43, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 242 | 77 | - |
| CMYK | 0.43 | 0 | 0.68 | 0.05 |
| HSL | 97.82º | 0.86% | 0.63% | - |
| HSV(B) | 97.82º | 0.68% | 0.95% | - |
| XYZ | 43.57 | 69.44 | 18.13 | - |
| YUV | 192.09 | 63.04 | 89.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 242 | 77 | 0.43 | 0 | 0.68 | 0.05 | 97.82 | 0.86 | 0.63 |
| Hex | 8A | F2 | 4D | 2B | 0 | 44 | 5 | 62 | 56 | 3F |
| Octal | 212 | 362 | 115 | 53 | 0 | 104 | 5 | 142 | 126 | 77 |
| Binary | 10001010 | 11110010 | 1001101 | 101011 | 0 | 1000100 | 101 | 1100010 | 1010110 | 111111 |
Color Harmonies of #8AF24D
Complementary color
Monochromatic Colors of #8AF24D
Black with #8AF24D
Text Example
Text Example
White with #8AF24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF24D; }
p { color: rgb(138,242,77); }
H1.HeaderClassName
{
color: #8AF24D;
}
.AnyTagClassName
{
color: #8AF24D;
}
</style>
background-color css
<style>
a { background-color: #8AF24D; }
a { background-color: rgb(138,242,77); }
div.DivClassName
{
background-color: #8AF24D;
}
.BgClassName
{
background-color: #8AF24D;
}
</style>
border-color css
<style>
span { border-color: #8AF24D; }
span { border-color: rgb(138,242,77); }
td.TdClassName
{
border-color: #8AF24D;
}
.TagClassName
{
border-color: #8AF24D;
}
</style>