Shades of Atlantis #8ABD43
Tints of Atlantis #8ABD43
RGB
CMYK
RGB Variations
Color information
#8ABD43 (or 0x8ABD43) is known color: Atlantis. HEX triplet: 8A, BD and 43. RGB value is (138,189,67). Sum of RGB (Red+Green+Blue) = 138+189+67=394 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.03% from 394); Green value is 189 (74.22% from 255 or 47.97% from 394); Blue value is 67 (26.56% from 255 or 17.01% from 394); Max value from RGB is 189 - color contains mainly: green. Hex color #8ABD43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABD43 is #7542BC. Grayscale: #A0A0A0. Windows color (decimal): -7684797 or 4439434. OLE color: 4439434.
HSL color Cylindrical-coordinate representation of color #8ABD43: hue angle of 85.08º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8ABD43 is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 189 | 67 | - |
| CMYK | 0.27 | 0 | 0.65 | 0.26 |
| HSL | 85.08º | 0.48% | 0.5% | - |
| HSV(B) | 85.08º | 0.65% | 0.74% | - |
| XYZ | 29.69 | 42.2 | 11.89 | - |
| YUV | 159.84 | 75.6 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 189 | 67 | 0.27 | 0 | 0.65 | 0.26 | 85.08 | 0.48 | 0.5 |
| Hex | 8A | BD | 43 | 1B | 0 | 41 | 1A | 55 | 30 | 32 |
| Octal | 212 | 275 | 103 | 33 | 0 | 101 | 32 | 125 | 60 | 62 |
| Binary | 10001010 | 10111101 | 1000011 | 11011 | 0 | 1000001 | 11010 | 1010101 | 110000 | 110010 |
Color Harmonies of #8ABD43
Complementary color
Monochromatic Colors of #8ABD43
Black with #8ABD43
Text Example
Text Example
White with #8ABD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABD43; }
p { color: rgb(138,189,67); }
H1.HeaderClassName
{
color: #8ABD43;
}
.AnyTagClassName
{
color: #8ABD43;
}
</style>
background-color css
<style>
a { background-color: #8ABD43; }
a { background-color: rgb(138,189,67); }
div.DivClassName
{
background-color: #8ABD43;
}
.BgClassName
{
background-color: #8ABD43;
}
</style>
border-color css
<style>
span { border-color: #8ABD43; }
span { border-color: rgb(138,189,67); }
td.TdClassName
{
border-color: #8ABD43;
}
.TagClassName
{
border-color: #8ABD43;
}
</style>