Shades of Atlantis #8ACB46
Tints of Atlantis #8ACB46
RGB
CMYK
RGB Variations
Color information
#8ACB46 (or 0x8ACB46) is known color: Atlantis. HEX triplet: 8A, CB and 46. RGB value is (138,203,70). Sum of RGB (Red+Green+Blue) = 138+203+70=411 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.58% from 411); Green value is 203 (79.69% from 255 or 49.39% from 411); Blue value is 70 (27.73% from 255 or 17.03% from 411); Max value from RGB is 203 - color contains mainly: green. Hex color #8ACB46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ACB46 is #7534B9. Grayscale: #A8A8A8. Windows color (decimal): -7681210 or 4639626. OLE color: 4639626.
HSL color Cylindrical-coordinate representation of color #8ACB46: hue angle of 89.32º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8ACB46 is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 203 | 70 | - |
| CMYK | 0.32 | 0 | 0.66 | 0.20 |
| HSL | 89.32º | 0.56% | 0.54% | - |
| HSV(B) | 89.32º | 0.66% | 0.8% | - |
| XYZ | 32.94 | 48.56 | 13.43 | - |
| YUV | 168.4 | 72.47 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 203 | 70 | 0.32 | 0 | 0.66 | 0.20 | 89.32 | 0.56 | 0.54 |
| Hex | 8A | CB | 46 | 20 | 0 | 42 | 14 | 59 | 38 | 36 |
| Octal | 212 | 313 | 106 | 40 | 0 | 102 | 24 | 131 | 70 | 66 |
| Binary | 10001010 | 11001011 | 1000110 | 100000 | 0 | 1000010 | 10100 | 1011001 | 111000 | 110110 |
Color Harmonies of #8ACB46
Complementary color
Monochromatic Colors of #8ACB46
Black with #8ACB46
Text Example
Text Example
White with #8ACB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACB46; }
p { color: rgb(138,203,70); }
H1.HeaderClassName
{
color: #8ACB46;
}
.AnyTagClassName
{
color: #8ACB46;
}
</style>
background-color css
<style>
a { background-color: #8ACB46; }
a { background-color: rgb(138,203,70); }
div.DivClassName
{
background-color: #8ACB46;
}
.BgClassName
{
background-color: #8ACB46;
}
</style>
border-color css
<style>
span { border-color: #8ACB46; }
span { border-color: rgb(138,203,70); }
td.TdClassName
{
border-color: #8ACB46;
}
.TagClassName
{
border-color: #8ACB46;
}
</style>