Shades of Atlantis #8CDA3D
Tints of Atlantis #8CDA3D
RGB
CMYK
RGB Variations
Color information
#8CDA3D (or 0x8CDA3D) is known color: Atlantis. HEX triplet: 8C, DA and 3D. RGB value is (140,218,61). Sum of RGB (Red+Green+Blue) = 140+218+61=419 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.41% from 419); Green value is 218 (85.55% from 255 or 52.03% from 419); Blue value is 61 (24.22% from 255 or 14.56% from 419); Max value from RGB is 218 - color contains mainly: green. Hex color #8CDA3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CDA3D is #7325C2. Grayscale: #B1B1B1. Windows color (decimal): -7546307 or 4053644. OLE color: 4053644.
HSL color Cylindrical-coordinate representation of color #8CDA3D: hue angle of 89.81º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8CDA3D is Cyan = 0.36, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 140 | 218 | 61 | - |
| CMYK | 0.36 | 0 | 0.72 | 0.15 |
| HSL | 89.81º | 0.68% | 0.55% | - |
| HSV(B) | 89.81º | 0.72% | 0.85% | - |
| XYZ | 36.73 | 56.06 | 13.3 | - |
| YUV | 176.78 | 62.66 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 218 | 61 | 0.36 | 0 | 0.72 | 0.15 | 89.81 | 0.68 | 0.55 |
| Hex | 8C | DA | 3D | 24 | 0 | 48 | F | 5A | 44 | 37 |
| Octal | 214 | 332 | 75 | 44 | 0 | 110 | 17 | 132 | 104 | 67 |
| Binary | 10001100 | 11011010 | 111101 | 100100 | 0 | 1001000 | 1111 | 1011010 | 1000100 | 110111 |
Color Harmonies of #8CDA3D
Complementary color
Monochromatic Colors of #8CDA3D
Black with #8CDA3D
Text Example
Text Example
White with #8CDA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDA3D; }
p { color: rgb(140,218,61); }
H1.HeaderClassName
{
color: #8CDA3D;
}
.AnyTagClassName
{
color: #8CDA3D;
}
</style>
background-color css
<style>
a { background-color: #8CDA3D; }
a { background-color: rgb(140,218,61); }
div.DivClassName
{
background-color: #8CDA3D;
}
.BgClassName
{
background-color: #8CDA3D;
}
</style>
border-color css
<style>
span { border-color: #8CDA3D; }
span { border-color: rgb(140,218,61); }
td.TdClassName
{
border-color: #8CDA3D;
}
.TagClassName
{
border-color: #8CDA3D;
}
</style>