Shades of Atlantis #8AC248
Tints of Atlantis #8AC248
RGB
CMYK
RGB Variations
Color information
#8AC248 (or 0x8AC248) is known color: Atlantis. HEX triplet: 8A, C2 and 48. RGB value is (138,194,72). Sum of RGB (Red+Green+Blue) = 138+194+72=404 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.16% from 404); Green value is 194 (76.17% from 255 or 48.02% from 404); Blue value is 72 (28.52% from 255 or 17.82% from 404); Max value from RGB is 194 - color contains mainly: green. Hex color #8AC248 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC248 is #753DB7. Grayscale: #A3A3A3. Windows color (decimal): -7683512 or 4768394. OLE color: 4768394.
HSL color Cylindrical-coordinate representation of color #8AC248: hue angle of 87.54º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8AC248 is Cyan = 0.29, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 194 | 72 | - |
| CMYK | 0.29 | 0 | 0.63 | 0.24 |
| HSL | 87.54º | 0.5% | 0.52% | - |
| HSV(B) | 87.54º | 0.63% | 0.76% | - |
| XYZ | 30.94 | 44.45 | 13.08 | - |
| YUV | 163.35 | 76.45 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 194 | 72 | 0.29 | 0 | 0.63 | 0.24 | 87.54 | 0.5 | 0.52 |
| Hex | 8A | C2 | 48 | 1D | 0 | 3F | 18 | 58 | 32 | 34 |
| Octal | 212 | 302 | 110 | 35 | 0 | 77 | 30 | 130 | 62 | 64 |
| Binary | 10001010 | 11000010 | 1001000 | 11101 | 0 | 111111 | 11000 | 1011000 | 110010 | 110100 |
Color Harmonies of #8AC248
Complementary color
Monochromatic Colors of #8AC248
Black with #8AC248
Text Example
Text Example
White with #8AC248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC248; }
p { color: rgb(138,194,72); }
H1.HeaderClassName
{
color: #8AC248;
}
.AnyTagClassName
{
color: #8AC248;
}
</style>
background-color css
<style>
a { background-color: #8AC248; }
a { background-color: rgb(138,194,72); }
div.DivClassName
{
background-color: #8AC248;
}
.BgClassName
{
background-color: #8AC248;
}
</style>
border-color css
<style>
span { border-color: #8AC248; }
span { border-color: rgb(138,194,72); }
td.TdClassName
{
border-color: #8AC248;
}
.TagClassName
{
border-color: #8AC248;
}
</style>