Shades of Atlantis #8AF54D
Tints of Atlantis #8AF54D
RGB
CMYK
RGB Variations
Color information
#8AF54D (or 0x8AF54D) is known color: Atlantis. HEX triplet: 8A, F5 and 4D. RGB value is (138,245,77). Sum of RGB (Red+Green+Blue) = 138+245+77=460 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30% from 460); Green value is 245 (96.09% from 255 or 53.26% from 460); Blue value is 77 (30.47% from 255 or 16.74% from 460); Max value from RGB is 245 - color contains mainly: green. Hex color #8AF54D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF54D is #750AB2. Grayscale: #C2C2C2. Windows color (decimal): -7670451 or 5109130. OLE color: 5109130.
HSL color Cylindrical-coordinate representation of color #8AF54D: hue angle of 98.21º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8AF54D is Cyan = 0.44, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 138 | 245 | 77 | - |
| CMYK | 0.44 | 0 | 0.69 | 0.04 |
| HSL | 98.21º | 0.89% | 0.63% | - |
| HSV(B) | 98.21º | 0.69% | 0.96% | - |
| XYZ | 44.47 | 71.24 | 18.43 | - |
| YUV | 193.86 | 62.05 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 245 | 77 | 0.44 | 0 | 0.69 | 0.04 | 98.21 | 0.89 | 0.63 |
| Hex | 8A | F5 | 4D | 2C | 0 | 45 | 4 | 62 | 59 | 3F |
| Octal | 212 | 365 | 115 | 54 | 0 | 105 | 4 | 142 | 131 | 77 |
| Binary | 10001010 | 11110101 | 1001101 | 101100 | 0 | 1000101 | 100 | 1100010 | 1011001 | 111111 |
Color Harmonies of #8AF54D
Complementary color
Monochromatic Colors of #8AF54D
Black with #8AF54D
Text Example
Text Example
White with #8AF54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF54D; }
p { color: rgb(138,245,77); }
H1.HeaderClassName
{
color: #8AF54D;
}
.AnyTagClassName
{
color: #8AF54D;
}
</style>
background-color css
<style>
a { background-color: #8AF54D; }
a { background-color: rgb(138,245,77); }
div.DivClassName
{
background-color: #8AF54D;
}
.BgClassName
{
background-color: #8AF54D;
}
</style>
border-color css
<style>
span { border-color: #8AF54D; }
span { border-color: rgb(138,245,77); }
td.TdClassName
{
border-color: #8AF54D;
}
.TagClassName
{
border-color: #8AF54D;
}
</style>