Shades of Atlantis #88C946
Tints of Atlantis #88C946
RGB
CMYK
RGB Variations
Color information
#88C946 (or 0x88C946) is known color: Atlantis. HEX triplet: 88, C9 and 46. RGB value is (136,201,70). Sum of RGB (Red+Green+Blue) = 136+201+70=407 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.42% from 407); Green value is 201 (78.91% from 255 or 49.39% from 407); Blue value is 70 (27.73% from 255 or 17.20% from 407); Max value from RGB is 201 - color contains mainly: green. Hex color #88C946 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88C946 is #7736B9. Grayscale: #A7A7A7. Windows color (decimal): -7812794 or 4639112. OLE color: 4639112.
HSL color Cylindrical-coordinate representation of color #88C946: hue angle of 89.77º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #88C946 is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 201 | 70 | - |
| CMYK | 0.32 | 0 | 0.65 | 0.21 |
| HSL | 89.77º | 0.55% | 0.53% | - |
| HSV(B) | 89.77º | 0.65% | 0.79% | - |
| XYZ | 32.15 | 47.45 | 13.26 | - |
| YUV | 166.63 | 73.47 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 201 | 70 | 0.32 | 0 | 0.65 | 0.21 | 89.77 | 0.55 | 0.53 |
| Hex | 88 | C9 | 46 | 20 | 0 | 41 | 15 | 5A | 37 | 35 |
| Octal | 210 | 311 | 106 | 40 | 0 | 101 | 25 | 132 | 67 | 65 |
| Binary | 10001000 | 11001001 | 1000110 | 100000 | 0 | 1000001 | 10101 | 1011010 | 110111 | 110101 |
Color Harmonies of #88C946
Complementary color
Monochromatic Colors of #88C946
Black with #88C946
Text Example
Text Example
White with #88C946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C946; }
p { color: rgb(136,201,70); }
H1.HeaderClassName
{
color: #88C946;
}
.AnyTagClassName
{
color: #88C946;
}
</style>
background-color css
<style>
a { background-color: #88C946; }
a { background-color: rgb(136,201,70); }
div.DivClassName
{
background-color: #88C946;
}
.BgClassName
{
background-color: #88C946;
}
</style>
border-color css
<style>
span { border-color: #88C946; }
span { border-color: rgb(136,201,70); }
td.TdClassName
{
border-color: #88C946;
}
.TagClassName
{
border-color: #88C946;
}
</style>