Shades of Atlantis #8ABF45
Tints of Atlantis #8ABF45
RGB
CMYK
RGB Variations
Color information
#8ABF45 (or 0x8ABF45) is known color: Atlantis. HEX triplet: 8A, BF and 45. RGB value is (138,191,69). Sum of RGB (Red+Green+Blue) = 138+191+69=398 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.67% from 398); Green value is 191 (75% from 255 or 47.99% from 398); Blue value is 69 (27.34% from 255 or 17.34% from 398); Max value from RGB is 191 - color contains mainly: green. Hex color #8ABF45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABF45 is #7540BA. Grayscale: #A1A1A1. Windows color (decimal): -7684283 or 4571018. OLE color: 4571018.
HSL color Cylindrical-coordinate representation of color #8ABF45: hue angle of 86.07º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8ABF45 is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 191 | 69 | - |
| CMYK | 0.28 | 0 | 0.64 | 0.25 |
| HSL | 86.07º | 0.49% | 0.51% | - |
| HSV(B) | 86.07º | 0.64% | 0.75% | - |
| XYZ | 30.19 | 43.09 | 12.36 | - |
| YUV | 161.25 | 75.94 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 191 | 69 | 0.28 | 0 | 0.64 | 0.25 | 86.07 | 0.49 | 0.51 |
| Hex | 8A | BF | 45 | 1C | 0 | 40 | 19 | 56 | 31 | 33 |
| Octal | 212 | 277 | 105 | 34 | 0 | 100 | 31 | 126 | 61 | 63 |
| Binary | 10001010 | 10111111 | 1000101 | 11100 | 0 | 1000000 | 11001 | 1010110 | 110001 | 110011 |
Color Harmonies of #8ABF45
Complementary color
Monochromatic Colors of #8ABF45
Black with #8ABF45
Text Example
Text Example
White with #8ABF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABF45; }
p { color: rgb(138,191,69); }
H1.HeaderClassName
{
color: #8ABF45;
}
.AnyTagClassName
{
color: #8ABF45;
}
</style>
background-color css
<style>
a { background-color: #8ABF45; }
a { background-color: rgb(138,191,69); }
div.DivClassName
{
background-color: #8ABF45;
}
.BgClassName
{
background-color: #8ABF45;
}
</style>
border-color css
<style>
span { border-color: #8ABF45; }
span { border-color: rgb(138,191,69); }
td.TdClassName
{
border-color: #8ABF45;
}
.TagClassName
{
border-color: #8ABF45;
}
</style>