Shades of Atlantis #8BCA3D
Tints of Atlantis #8BCA3D
RGB
CMYK
RGB Variations
Color information
#8BCA3D (or 0x8BCA3D) is known color: Atlantis. HEX triplet: 8B, CA and 3D. RGB value is (139,202,61). Sum of RGB (Red+Green+Blue) = 139+202+61=402 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.58% from 402); Green value is 202 (79.30% from 255 or 50.25% from 402); Blue value is 61 (24.22% from 255 or 15.17% from 402); Max value from RGB is 202 - color contains mainly: green. Hex color #8BCA3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BCA3D is #7435C2. Grayscale: #A7A7A7. Windows color (decimal): -7615939 or 4049547. OLE color: 4049547.
HSL color Cylindrical-coordinate representation of color #8BCA3D: hue angle of 86.81º 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 #8BCA3D is Cyan = 0.31, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 202 | 61 | - |
| CMYK | 0.31 | 0 | 0.70 | 0.21 |
| HSL | 86.81º | 0.57% | 0.52% | - |
| HSV(B) | 86.81º | 0.7% | 0.79% | - |
| XYZ | 32.61 | 48.07 | 11.97 | - |
| YUV | 167.09 | 68.13 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 202 | 61 | 0.31 | 0 | 0.70 | 0.21 | 86.81 | 0.57 | 0.52 |
| Hex | 8B | CA | 3D | 1F | 0 | 46 | 15 | 57 | 39 | 34 |
| Octal | 213 | 312 | 75 | 37 | 0 | 106 | 25 | 127 | 71 | 64 |
| Binary | 10001011 | 11001010 | 111101 | 11111 | 0 | 1000110 | 10101 | 1010111 | 111001 | 110100 |
Color Harmonies of #8BCA3D
Complementary color
Monochromatic Colors of #8BCA3D
Black with #8BCA3D
Text Example
Text Example
White with #8BCA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCA3D; }
p { color: rgb(139,202,61); }
H1.HeaderClassName
{
color: #8BCA3D;
}
.AnyTagClassName
{
color: #8BCA3D;
}
</style>
background-color css
<style>
a { background-color: #8BCA3D; }
a { background-color: rgb(139,202,61); }
div.DivClassName
{
background-color: #8BCA3D;
}
.BgClassName
{
background-color: #8BCA3D;
}
</style>
border-color css
<style>
span { border-color: #8BCA3D; }
span { border-color: rgb(139,202,61); }
td.TdClassName
{
border-color: #8BCA3D;
}
.TagClassName
{
border-color: #8BCA3D;
}
</style>