Shades of Atlantis #8AC347
Tints of Atlantis #8AC347
RGB
CMYK
RGB Variations
Color information
#8AC347 (or 0x8AC347) is known color: Atlantis. HEX triplet: 8A, C3 and 47. RGB value is (138,195,71). Sum of RGB (Red+Green+Blue) = 138+195+71=404 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.16% from 404); Green value is 195 (76.56% from 255 or 48.27% from 404); Blue value is 71 (28.12% from 255 or 17.57% from 404); Max value from RGB is 195 - color contains mainly: green. Hex color #8AC347 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC347 is #753CB8. Grayscale: #A4A4A4. Windows color (decimal): -7683257 or 4703114. OLE color: 4703114.
HSL color Cylindrical-coordinate representation of color #8AC347: hue angle of 87.58º 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 #8AC347 is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 195 | 71 | - |
| CMYK | 0.29 | 0 | 0.64 | 0.24 |
| HSL | 87.58º | 0.51% | 0.52% | - |
| HSV(B) | 87.58º | 0.64% | 0.76% | - |
| XYZ | 31.13 | 44.89 | 12.98 | - |
| YUV | 163.82 | 75.62 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 195 | 71 | 0.29 | 0 | 0.64 | 0.24 | 87.58 | 0.51 | 0.52 |
| Hex | 8A | C3 | 47 | 1D | 0 | 40 | 18 | 58 | 33 | 34 |
| Octal | 212 | 303 | 107 | 35 | 0 | 100 | 30 | 130 | 63 | 64 |
| Binary | 10001010 | 11000011 | 1000111 | 11101 | 0 | 1000000 | 11000 | 1011000 | 110011 | 110100 |
Color Harmonies of #8AC347
Complementary color
Monochromatic Colors of #8AC347
Black with #8AC347
Text Example
Text Example
White with #8AC347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC347; }
p { color: rgb(138,195,71); }
H1.HeaderClassName
{
color: #8AC347;
}
.AnyTagClassName
{
color: #8AC347;
}
</style>
background-color css
<style>
a { background-color: #8AC347; }
a { background-color: rgb(138,195,71); }
div.DivClassName
{
background-color: #8AC347;
}
.BgClassName
{
background-color: #8AC347;
}
</style>
border-color css
<style>
span { border-color: #8AC347; }
span { border-color: rgb(138,195,71); }
td.TdClassName
{
border-color: #8AC347;
}
.TagClassName
{
border-color: #8AC347;
}
</style>