Shades of Atlantis #8AC345
Tints of Atlantis #8AC345
RGB
CMYK
RGB Variations
Color information
#8AC345 (or 0x8AC345) is known color: Atlantis. HEX triplet: 8A, C3 and 45. RGB value is (138,195,69). Sum of RGB (Red+Green+Blue) = 138+195+69=402 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.33% from 402); Green value is 195 (76.56% from 255 or 48.51% from 402); Blue value is 69 (27.34% from 255 or 17.16% from 402); Max value from RGB is 195 - color contains mainly: green. Hex color #8AC345 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC345 is #753CBA. Grayscale: #A4A4A4. Windows color (decimal): -7683259 or 4572042. OLE color: 4572042.
HSL color Cylindrical-coordinate representation of color #8AC345: hue angle of 87.14º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8AC345 is Cyan = 0.29, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 195 | 69 | - |
| CMYK | 0.29 | 0 | 0.65 | 0.24 |
| HSL | 87.14º | 0.51% | 0.52% | - |
| HSV(B) | 87.14º | 0.65% | 0.76% | - |
| XYZ | 31.07 | 44.86 | 12.65 | - |
| YUV | 163.59 | 74.62 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 195 | 69 | 0.29 | 0 | 0.65 | 0.24 | 87.14 | 0.51 | 0.52 |
| Hex | 8A | C3 | 45 | 1D | 0 | 41 | 18 | 57 | 33 | 34 |
| Octal | 212 | 303 | 105 | 35 | 0 | 101 | 30 | 127 | 63 | 64 |
| Binary | 10001010 | 11000011 | 1000101 | 11101 | 0 | 1000001 | 11000 | 1010111 | 110011 | 110100 |
Color Harmonies of #8AC345
Complementary color
Monochromatic Colors of #8AC345
Black with #8AC345
Text Example
Text Example
White with #8AC345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC345; }
p { color: rgb(138,195,69); }
H1.HeaderClassName
{
color: #8AC345;
}
.AnyTagClassName
{
color: #8AC345;
}
</style>
background-color css
<style>
a { background-color: #8AC345; }
a { background-color: rgb(138,195,69); }
div.DivClassName
{
background-color: #8AC345;
}
.BgClassName
{
background-color: #8AC345;
}
</style>
border-color css
<style>
span { border-color: #8AC345; }
span { border-color: rgb(138,195,69); }
td.TdClassName
{
border-color: #8AC345;
}
.TagClassName
{
border-color: #8AC345;
}
</style>