Shades of Atlantis #8AC145
Tints of Atlantis #8AC145
RGB
CMYK
RGB Variations
Color information
#8AC145 (or 0x8AC145) is known color: Atlantis. HEX triplet: 8A, C1 and 45. RGB value is (138,193,69). Sum of RGB (Red+Green+Blue) = 138+193+69=400 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.5% from 400); Green value is 193 (75.78% from 255 or 48.25% from 400); Blue value is 69 (27.34% from 255 or 17.25% from 400); Max value from RGB is 193 - color contains mainly: green. Hex color #8AC145 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC145 is #753EBA. Grayscale: #A2A2A2. Windows color (decimal): -7683771 or 4571530. OLE color: 4571530.
HSL color Cylindrical-coordinate representation of color #8AC145: hue angle of 86.61º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8AC145 is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 193 | 69 | - |
| CMYK | 0.28 | 0 | 0.64 | 0.24 |
| HSL | 86.61º | 0.5% | 0.51% | - |
| HSV(B) | 86.61º | 0.64% | 0.76% | - |
| XYZ | 30.63 | 43.97 | 12.5 | - |
| YUV | 162.42 | 75.28 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 193 | 69 | 0.28 | 0 | 0.64 | 0.24 | 86.61 | 0.5 | 0.51 |
| Hex | 8A | C1 | 45 | 1C | 0 | 40 | 18 | 57 | 32 | 33 |
| Octal | 212 | 301 | 105 | 34 | 0 | 100 | 30 | 127 | 62 | 63 |
| Binary | 10001010 | 11000001 | 1000101 | 11100 | 0 | 1000000 | 11000 | 1010111 | 110010 | 110011 |
Color Harmonies of #8AC145
Complementary color
Monochromatic Colors of #8AC145
Black with #8AC145
Text Example
Text Example
White with #8AC145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC145; }
p { color: rgb(138,193,69); }
H1.HeaderClassName
{
color: #8AC145;
}
.AnyTagClassName
{
color: #8AC145;
}
</style>
background-color css
<style>
a { background-color: #8AC145; }
a { background-color: rgb(138,193,69); }
div.DivClassName
{
background-color: #8AC145;
}
.BgClassName
{
background-color: #8AC145;
}
</style>
border-color css
<style>
span { border-color: #8AC145; }
span { border-color: rgb(138,193,69); }
td.TdClassName
{
border-color: #8AC145;
}
.TagClassName
{
border-color: #8AC145;
}
</style>