Shades of Atlantis #8AC949
Tints of Atlantis #8AC949
RGB
CMYK
RGB Variations
Color information
#8AC949 (or 0x8AC949) is known color: Atlantis. HEX triplet: 8A, C9 and 49. RGB value is (138,201,73). Sum of RGB (Red+Green+Blue) = 138+201+73=412 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.50% from 412); Green value is 201 (78.91% from 255 or 48.79% from 412); Blue value is 73 (28.91% from 255 or 17.72% from 412); Max value from RGB is 201 - color contains mainly: green. Hex color #8AC949 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC949 is #7536B6. Grayscale: #A8A8A8. Windows color (decimal): -7681719 or 4835722. OLE color: 4835722.
HSL color Cylindrical-coordinate representation of color #8AC949: hue angle of 89.53º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8AC949 is Cyan = 0.31, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 201 | 73 | - |
| CMYK | 0.31 | 0 | 0.64 | 0.21 |
| HSL | 89.53º | 0.54% | 0.54% | - |
| HSV(B) | 89.53º | 0.64% | 0.79% | - |
| XYZ | 32.57 | 47.66 | 13.79 | - |
| YUV | 167.57 | 74.63 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 201 | 73 | 0.31 | 0 | 0.64 | 0.21 | 89.53 | 0.54 | 0.54 |
| Hex | 8A | C9 | 49 | 1F | 0 | 40 | 15 | 5A | 36 | 36 |
| Octal | 212 | 311 | 111 | 37 | 0 | 100 | 25 | 132 | 66 | 66 |
| Binary | 10001010 | 11001001 | 1001001 | 11111 | 0 | 1000000 | 10101 | 1011010 | 110110 | 110110 |
Color Harmonies of #8AC949
Complementary color
Monochromatic Colors of #8AC949
Black with #8AC949
Text Example
Text Example
White with #8AC949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC949; }
p { color: rgb(138,201,73); }
H1.HeaderClassName
{
color: #8AC949;
}
.AnyTagClassName
{
color: #8AC949;
}
</style>
background-color css
<style>
a { background-color: #8AC949; }
a { background-color: rgb(138,201,73); }
div.DivClassName
{
background-color: #8AC949;
}
.BgClassName
{
background-color: #8AC949;
}
</style>
border-color css
<style>
span { border-color: #8AC949; }
span { border-color: rgb(138,201,73); }
td.TdClassName
{
border-color: #8AC949;
}
.TagClassName
{
border-color: #8AC949;
}
</style>