Shades of Atlantis #8CBE44
Tints of Atlantis #8CBE44
RGB
CMYK
RGB Variations
Color information
#8CBE44 (or 0x8CBE44) is known color: Atlantis. HEX triplet: 8C, BE and 44. RGB value is (140,190,68). Sum of RGB (Red+Green+Blue) = 140+190+68=398 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.18% from 398); Green value is 190 (74.61% from 255 or 47.74% from 398); Blue value is 68 (26.95% from 255 or 17.09% from 398); Max value from RGB is 190 - color contains mainly: green. Hex color #8CBE44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBE44 is #7341BB. Grayscale: #A1A1A1. Windows color (decimal): -7553468 or 4505228. OLE color: 4505228.
HSL color Cylindrical-coordinate representation of color #8CBE44: hue angle of 84.59º degrees, saturation: 0.48, 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 #8CBE44 is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 190 | 68 | - |
| CMYK | 0.26 | 0 | 0.64 | 0.25 |
| HSL | 84.59º | 0.48% | 0.51% | - |
| HSV(B) | 84.59º | 0.64% | 0.75% | - |
| XYZ | 30.27 | 42.82 | 12.14 | - |
| YUV | 161.14 | 75.44 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 190 | 68 | 0.26 | 0 | 0.64 | 0.25 | 84.59 | 0.48 | 0.51 |
| Hex | 8C | BE | 44 | 1A | 0 | 40 | 19 | 55 | 30 | 33 |
| Octal | 214 | 276 | 104 | 32 | 0 | 100 | 31 | 125 | 60 | 63 |
| Binary | 10001100 | 10111110 | 1000100 | 11010 | 0 | 1000000 | 11001 | 1010101 | 110000 | 110011 |
Color Harmonies of #8CBE44
Complementary color
Monochromatic Colors of #8CBE44
Black with #8CBE44
Text Example
Text Example
White with #8CBE44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBE44; }
p { color: rgb(140,190,68); }
H1.HeaderClassName
{
color: #8CBE44;
}
.AnyTagClassName
{
color: #8CBE44;
}
</style>
background-color css
<style>
a { background-color: #8CBE44; }
a { background-color: rgb(140,190,68); }
div.DivClassName
{
background-color: #8CBE44;
}
.BgClassName
{
background-color: #8CBE44;
}
</style>
border-color css
<style>
span { border-color: #8CBE44; }
span { border-color: rgb(140,190,68); }
td.TdClassName
{
border-color: #8CBE44;
}
.TagClassName
{
border-color: #8CBE44;
}
</style>