Shades of Atlantis #8AC344
Tints of Atlantis #8AC344
RGB
CMYK
RGB Variations
Color information
#8AC344 (or 0x8AC344) is known color: Atlantis. HEX triplet: 8A, C3 and 44. RGB value is (138,195,68). Sum of RGB (Red+Green+Blue) = 138+195+68=401 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.41% from 401); Green value is 195 (76.56% from 255 or 48.63% from 401); Blue value is 68 (26.95% from 255 or 16.96% from 401); Max value from RGB is 195 - color contains mainly: green. Hex color #8AC344 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC344 is #753CBB. Grayscale: #A3A3A3. Windows color (decimal): -7683260 or 4506506. OLE color: 4506506.
HSL color Cylindrical-coordinate representation of color #8AC344: hue angle of 86.93º 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 #8AC344 is Cyan = 0.29, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 195 | 68 | - |
| CMYK | 0.29 | 0 | 0.65 | 0.24 |
| HSL | 86.93º | 0.51% | 0.52% | - |
| HSV(B) | 86.93º | 0.65% | 0.76% | - |
| XYZ | 31.04 | 44.85 | 12.49 | - |
| YUV | 163.48 | 74.12 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 195 | 68 | 0.29 | 0 | 0.65 | 0.24 | 86.93 | 0.51 | 0.52 |
| Hex | 8A | C3 | 44 | 1D | 0 | 41 | 18 | 57 | 33 | 34 |
| Octal | 212 | 303 | 104 | 35 | 0 | 101 | 30 | 127 | 63 | 64 |
| Binary | 10001010 | 11000011 | 1000100 | 11101 | 0 | 1000001 | 11000 | 1010111 | 110011 | 110100 |
Color Harmonies of #8AC344
Complementary color
Monochromatic Colors of #8AC344
Black with #8AC344
Text Example
Text Example
White with #8AC344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC344; }
p { color: rgb(138,195,68); }
H1.HeaderClassName
{
color: #8AC344;
}
.AnyTagClassName
{
color: #8AC344;
}
</style>
background-color css
<style>
a { background-color: #8AC344; }
a { background-color: rgb(138,195,68); }
div.DivClassName
{
background-color: #8AC344;
}
.BgClassName
{
background-color: #8AC344;
}
</style>
border-color css
<style>
span { border-color: #8AC344; }
span { border-color: rgb(138,195,68); }
td.TdClassName
{
border-color: #8AC344;
}
.TagClassName
{
border-color: #8AC344;
}
</style>