Shades of Atlantis #8AC245
Tints of Atlantis #8AC245
RGB
CMYK
RGB Variations
Color information
#8AC245 (or 0x8AC245) is known color: Atlantis. HEX triplet: 8A, C2 and 45. RGB value is (138,194,69). Sum of RGB (Red+Green+Blue) = 138+194+69=401 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.41% from 401); Green value is 194 (76.17% from 255 or 48.38% from 401); Blue value is 69 (27.34% from 255 or 17.21% from 401); Max value from RGB is 194 - color contains mainly: green. Hex color #8AC245 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC245 is #753DBA. Grayscale: #A3A3A3. Windows color (decimal): -7683515 or 4571786. OLE color: 4571786.
HSL color Cylindrical-coordinate representation of color #8AC245: hue angle of 86.88º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8AC245 is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 194 | 69 | - |
| CMYK | 0.29 | 0 | 0.64 | 0.24 |
| HSL | 86.88º | 0.51% | 0.52% | - |
| HSV(B) | 86.88º | 0.64% | 0.76% | - |
| XYZ | 30.85 | 44.42 | 12.58 | - |
| YUV | 163.01 | 74.95 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 194 | 69 | 0.29 | 0 | 0.64 | 0.24 | 86.88 | 0.51 | 0.52 |
| Hex | 8A | C2 | 45 | 1D | 0 | 40 | 18 | 57 | 33 | 34 |
| Octal | 212 | 302 | 105 | 35 | 0 | 100 | 30 | 127 | 63 | 64 |
| Binary | 10001010 | 11000010 | 1000101 | 11101 | 0 | 1000000 | 11000 | 1010111 | 110011 | 110100 |
Color Harmonies of #8AC245
Complementary color
Monochromatic Colors of #8AC245
Black with #8AC245
Text Example
Text Example
White with #8AC245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC245; }
p { color: rgb(138,194,69); }
H1.HeaderClassName
{
color: #8AC245;
}
.AnyTagClassName
{
color: #8AC245;
}
</style>
background-color css
<style>
a { background-color: #8AC245; }
a { background-color: rgb(138,194,69); }
div.DivClassName
{
background-color: #8AC245;
}
.BgClassName
{
background-color: #8AC245;
}
</style>
border-color css
<style>
span { border-color: #8AC245; }
span { border-color: rgb(138,194,69); }
td.TdClassName
{
border-color: #8AC245;
}
.TagClassName
{
border-color: #8AC245;
}
</style>