Shades of Atlantis #8AC244
Tints of Atlantis #8AC244
RGB
CMYK
RGB Variations
Color information
#8AC244 (or 0x8AC244) is known color: Atlantis. HEX triplet: 8A, C2 and 44. RGB value is (138,194,68). Sum of RGB (Red+Green+Blue) = 138+194+68=400 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.5% from 400); Green value is 194 (76.17% from 255 or 48.5% from 400); Blue value is 68 (26.95% from 255 or 17% from 400); Max value from RGB is 194 - color contains mainly: green. Hex color #8AC244 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC244 is #753DBB. Grayscale: #A3A3A3. Windows color (decimal): -7683516 or 4506250. OLE color: 4506250.
HSL color Cylindrical-coordinate representation of color #8AC244: hue angle of 86.67º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8AC244 is Cyan = 0.29, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 194 | 68 | - |
| CMYK | 0.29 | 0 | 0.65 | 0.24 |
| HSL | 86.67º | 0.51% | 0.51% | - |
| HSV(B) | 86.67º | 0.65% | 0.76% | - |
| XYZ | 30.82 | 44.4 | 12.42 | - |
| YUV | 162.89 | 74.45 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 194 | 68 | 0.29 | 0 | 0.65 | 0.24 | 86.67 | 0.51 | 0.51 |
| Hex | 8A | C2 | 44 | 1D | 0 | 41 | 18 | 57 | 33 | 33 |
| Octal | 212 | 302 | 104 | 35 | 0 | 101 | 30 | 127 | 63 | 63 |
| Binary | 10001010 | 11000010 | 1000100 | 11101 | 0 | 1000001 | 11000 | 1010111 | 110011 | 110011 |
Color Harmonies of #8AC244
Complementary color
Monochromatic Colors of #8AC244
Black with #8AC244
Text Example
Text Example
White with #8AC244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC244; }
p { color: rgb(138,194,68); }
H1.HeaderClassName
{
color: #8AC244;
}
.AnyTagClassName
{
color: #8AC244;
}
</style>
background-color css
<style>
a { background-color: #8AC244; }
a { background-color: rgb(138,194,68); }
div.DivClassName
{
background-color: #8AC244;
}
.BgClassName
{
background-color: #8AC244;
}
</style>
border-color css
<style>
span { border-color: #8AC244; }
span { border-color: rgb(138,194,68); }
td.TdClassName
{
border-color: #8AC244;
}
.TagClassName
{
border-color: #8AC244;
}
</style>