Shades of Atlantis #8ABC41
Tints of Atlantis #8ABC41
RGB
CMYK
RGB Variations
Color information
#8ABC41 (or 0x8ABC41) is known color: Atlantis. HEX triplet: 8A, BC and 41. RGB value is (138,188,65). Sum of RGB (Red+Green+Blue) = 138+188+65=391 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.29% from 391); Green value is 188 (73.83% from 255 or 48.08% from 391); Blue value is 65 (25.78% from 255 or 16.62% from 391); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABC41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABC41 is #7543BE. Grayscale: #9F9F9F. Windows color (decimal): -7685055 or 4308106. OLE color: 4308106.
HSL color Cylindrical-coordinate representation of color #8ABC41: hue angle of 84.39º degrees, saturation: 0.49, 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 #8ABC41 is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 188 | 65 | - |
| CMYK | 0.27 | 0 | 0.65 | 0.26 |
| HSL | 84.39º | 0.49% | 0.5% | - |
| HSV(B) | 84.39º | 0.65% | 0.74% | - |
| XYZ | 29.42 | 41.75 | 11.51 | - |
| YUV | 159.03 | 74.94 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 65 | 0.27 | 0 | 0.65 | 0.26 | 84.39 | 0.49 | 0.5 |
| Hex | 8A | BC | 41 | 1B | 0 | 41 | 1A | 54 | 31 | 32 |
| Octal | 212 | 274 | 101 | 33 | 0 | 101 | 32 | 124 | 61 | 62 |
| Binary | 10001010 | 10111100 | 1000001 | 11011 | 0 | 1000001 | 11010 | 1010100 | 110001 | 110010 |
Color Harmonies of #8ABC41
Complementary color
Monochromatic Colors of #8ABC41
Black with #8ABC41
Text Example
Text Example
White with #8ABC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABC41; }
p { color: rgb(138,188,65); }
H1.HeaderClassName
{
color: #8ABC41;
}
.AnyTagClassName
{
color: #8ABC41;
}
</style>
background-color css
<style>
a { background-color: #8ABC41; }
a { background-color: rgb(138,188,65); }
div.DivClassName
{
background-color: #8ABC41;
}
.BgClassName
{
background-color: #8ABC41;
}
</style>
border-color css
<style>
span { border-color: #8ABC41; }
span { border-color: rgb(138,188,65); }
td.TdClassName
{
border-color: #8ABC41;
}
.TagClassName
{
border-color: #8ABC41;
}
</style>