Shades of Atlantis #8BC344
Tints of Atlantis #8BC344
RGB
CMYK
RGB Variations
Color information
#8BC344 (or 0x8BC344) is known color: Atlantis. HEX triplet: 8B, C3 and 44. RGB value is (139,195,68). Sum of RGB (Red+Green+Blue) = 139+195+68=402 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.58% from 402); Green value is 195 (76.56% from 255 or 48.51% from 402); Blue value is 68 (26.95% from 255 or 16.92% from 402); Max value from RGB is 195 - color contains mainly: green. Hex color #8BC344 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BC344 is #743CBB. Grayscale: #A4A4A4. Windows color (decimal): -7617724 or 4506507. OLE color: 4506507.
HSL color Cylindrical-coordinate representation of color #8BC344: hue angle of 86.46º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8BC344 is Cyan = 0.29, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 195 | 68 | - |
| CMYK | 0.29 | 0 | 0.65 | 0.24 |
| HSL | 86.46º | 0.51% | 0.52% | - |
| HSV(B) | 86.46º | 0.65% | 0.76% | - |
| XYZ | 31.21 | 44.94 | 12.5 | - |
| YUV | 163.78 | 73.95 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 195 | 68 | 0.29 | 0 | 0.65 | 0.24 | 86.46 | 0.51 | 0.52 |
| Hex | 8B | C3 | 44 | 1D | 0 | 41 | 18 | 56 | 33 | 34 |
| Octal | 213 | 303 | 104 | 35 | 0 | 101 | 30 | 126 | 63 | 64 |
| Binary | 10001011 | 11000011 | 1000100 | 11101 | 0 | 1000001 | 11000 | 1010110 | 110011 | 110100 |
Color Harmonies of #8BC344
Complementary color
Monochromatic Colors of #8BC344
Black with #8BC344
Text Example
Text Example
White with #8BC344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC344; }
p { color: rgb(139,195,68); }
H1.HeaderClassName
{
color: #8BC344;
}
.AnyTagClassName
{
color: #8BC344;
}
</style>
background-color css
<style>
a { background-color: #8BC344; }
a { background-color: rgb(139,195,68); }
div.DivClassName
{
background-color: #8BC344;
}
.BgClassName
{
background-color: #8BC344;
}
</style>
border-color css
<style>
span { border-color: #8BC344; }
span { border-color: rgb(139,195,68); }
td.TdClassName
{
border-color: #8BC344;
}
.TagClassName
{
border-color: #8BC344;
}
</style>