Shades of Atlantis #8CCA3D
Tints of Atlantis #8CCA3D
RGB
CMYK
RGB Variations
Color information
#8CCA3D (or 0x8CCA3D) is known color: Atlantis. HEX triplet: 8C, CA and 3D. RGB value is (140,202,61). Sum of RGB (Red+Green+Blue) = 140+202+61=403 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.74% from 403); Green value is 202 (79.30% from 255 or 50.12% from 403); Blue value is 61 (24.22% from 255 or 15.14% from 403); Max value from RGB is 202 - color contains mainly: green. Hex color #8CCA3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CCA3D is #7335C2. Grayscale: #A7A7A7. Windows color (decimal): -7550403 or 4049548. OLE color: 4049548.
HSL color Cylindrical-coordinate representation of color #8CCA3D: hue angle of 86.38º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8CCA3D is Cyan = 0.31, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 202 | 61 | - |
| CMYK | 0.31 | 0 | 0.70 | 0.21 |
| HSL | 86.38º | 0.57% | 0.52% | - |
| HSV(B) | 86.38º | 0.7% | 0.79% | - |
| XYZ | 32.78 | 48.15 | 11.98 | - |
| YUV | 167.39 | 67.96 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 202 | 61 | 0.31 | 0 | 0.70 | 0.21 | 86.38 | 0.57 | 0.52 |
| Hex | 8C | CA | 3D | 1F | 0 | 46 | 15 | 56 | 39 | 34 |
| Octal | 214 | 312 | 75 | 37 | 0 | 106 | 25 | 126 | 71 | 64 |
| Binary | 10001100 | 11001010 | 111101 | 11111 | 0 | 1000110 | 10101 | 1010110 | 111001 | 110100 |
Color Harmonies of #8CCA3D
Complementary color
Monochromatic Colors of #8CCA3D
Black with #8CCA3D
Text Example
Text Example
White with #8CCA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCA3D; }
p { color: rgb(140,202,61); }
H1.HeaderClassName
{
color: #8CCA3D;
}
.AnyTagClassName
{
color: #8CCA3D;
}
</style>
background-color css
<style>
a { background-color: #8CCA3D; }
a { background-color: rgb(140,202,61); }
div.DivClassName
{
background-color: #8CCA3D;
}
.BgClassName
{
background-color: #8CCA3D;
}
</style>
border-color css
<style>
span { border-color: #8CCA3D; }
span { border-color: rgb(140,202,61); }
td.TdClassName
{
border-color: #8CCA3D;
}
.TagClassName
{
border-color: #8CCA3D;
}
</style>