Shades of Atlantis #8AC63F
Tints of Atlantis #8AC63F
RGB
CMYK
RGB Variations
Color information
#8AC63F (or 0x8AC63F) is known color: Atlantis. HEX triplet: 8A, C6 and 3F. RGB value is (138,198,63). Sum of RGB (Red+Green+Blue) = 138+198+63=399 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.59% from 399); Green value is 198 (77.73% from 255 or 49.62% from 399); Blue value is 63 (25% from 255 or 15.79% from 399); Max value from RGB is 198 - color contains mainly: green. Hex color #8AC63F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC63F is #7539C0. Grayscale: #A5A5A5. Windows color (decimal): -7682497 or 4179594. OLE color: 4179594.
HSL color Cylindrical-coordinate representation of color #8AC63F: hue angle of 86.67º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8AC63F is Cyan = 0.30, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 138 | 198 | 63 | - |
| CMYK | 0.30 | 0 | 0.68 | 0.22 |
| HSL | 86.67º | 0.54% | 0.51% | - |
| HSV(B) | 86.67º | 0.68% | 0.78% | - |
| XYZ | 31.57 | 46.15 | 11.95 | - |
| YUV | 164.67 | 70.62 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 198 | 63 | 0.30 | 0 | 0.68 | 0.22 | 86.67 | 0.54 | 0.51 |
| Hex | 8A | C6 | 3F | 1E | 0 | 44 | 16 | 57 | 36 | 33 |
| Octal | 212 | 306 | 77 | 36 | 0 | 104 | 26 | 127 | 66 | 63 |
| Binary | 10001010 | 11000110 | 111111 | 11110 | 0 | 1000100 | 10110 | 1010111 | 110110 | 110011 |
Color Harmonies of #8AC63F
Complementary color
Monochromatic Colors of #8AC63F
Black with #8AC63F
Text Example
Text Example
White with #8AC63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC63F; }
p { color: rgb(138,198,63); }
H1.HeaderClassName
{
color: #8AC63F;
}
.AnyTagClassName
{
color: #8AC63F;
}
</style>
background-color css
<style>
a { background-color: #8AC63F; }
a { background-color: rgb(138,198,63); }
div.DivClassName
{
background-color: #8AC63F;
}
.BgClassName
{
background-color: #8AC63F;
}
</style>
border-color css
<style>
span { border-color: #8AC63F; }
span { border-color: rgb(138,198,63); }
td.TdClassName
{
border-color: #8AC63F;
}
.TagClassName
{
border-color: #8AC63F;
}
</style>