Shades of Atlantis #8AC442
Tints of Atlantis #8AC442
RGB
CMYK
RGB Variations
Color information
#8AC442 (or 0x8AC442) is known color: Atlantis. HEX triplet: 8A, C4 and 42. RGB value is (138,196,66). Sum of RGB (Red+Green+Blue) = 138+196+66=400 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.5% from 400); Green value is 196 (76.95% from 255 or 49% from 400); Blue value is 66 (26.17% from 255 or 16.5% from 400); Max value from RGB is 196 - color contains mainly: green. Hex color #8AC442 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC442 is #753BBD. Grayscale: #A4A4A4. Windows color (decimal): -7683006 or 4375690. OLE color: 4375690.
HSL color Cylindrical-coordinate representation of color #8AC442: hue angle of 86.77º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8AC442 is Cyan = 0.30, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 138 | 196 | 66 | - |
| CMYK | 0.30 | 0 | 0.66 | 0.23 |
| HSL | 86.77º | 0.52% | 0.51% | - |
| HSV(B) | 86.77º | 0.66% | 0.77% | - |
| XYZ | 31.2 | 45.28 | 12.25 | - |
| YUV | 163.84 | 72.78 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 196 | 66 | 0.30 | 0 | 0.66 | 0.23 | 86.77 | 0.52 | 0.51 |
| Hex | 8A | C4 | 42 | 1E | 0 | 42 | 17 | 57 | 34 | 33 |
| Octal | 212 | 304 | 102 | 36 | 0 | 102 | 27 | 127 | 64 | 63 |
| Binary | 10001010 | 11000100 | 1000010 | 11110 | 0 | 1000010 | 10111 | 1010111 | 110100 | 110011 |
Color Harmonies of #8AC442
Complementary color
Monochromatic Colors of #8AC442
Black with #8AC442
Text Example
Text Example
White with #8AC442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC442; }
p { color: rgb(138,196,66); }
H1.HeaderClassName
{
color: #8AC442;
}
.AnyTagClassName
{
color: #8AC442;
}
</style>
background-color css
<style>
a { background-color: #8AC442; }
a { background-color: rgb(138,196,66); }
div.DivClassName
{
background-color: #8AC442;
}
.BgClassName
{
background-color: #8AC442;
}
</style>
border-color css
<style>
span { border-color: #8AC442; }
span { border-color: rgb(138,196,66); }
td.TdClassName
{
border-color: #8AC442;
}
.TagClassName
{
border-color: #8AC442;
}
</style>