Shades of Atlantis #88C142
Tints of Atlantis #88C142
RGB
CMYK
RGB Variations
Color information
#88C142 (or 0x88C142) is known color: Atlantis. HEX triplet: 88, C1 and 42. RGB value is (136,193,66). Sum of RGB (Red+Green+Blue) = 136+193+66=395 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.43% from 395); Green value is 193 (75.78% from 255 or 48.86% from 395); Blue value is 66 (26.17% from 255 or 16.71% from 395); Max value from RGB is 193 - color contains mainly: green. Hex color #88C142 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88C142 is #773EBD. Grayscale: #A1A1A1. Windows color (decimal): -7814846 or 4374920. OLE color: 4374920.
HSL color Cylindrical-coordinate representation of color #88C142: hue angle of 86.93º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #88C142 is Cyan = 0.30, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 193 | 66 | - |
| CMYK | 0.30 | 0 | 0.66 | 0.24 |
| HSL | 86.93º | 0.51% | 0.51% | - |
| HSV(B) | 86.93º | 0.66% | 0.76% | - |
| XYZ | 30.21 | 43.77 | 12.01 | - |
| YUV | 161.48 | 74.12 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 193 | 66 | 0.30 | 0 | 0.66 | 0.24 | 86.93 | 0.51 | 0.51 |
| Hex | 88 | C1 | 42 | 1E | 0 | 42 | 18 | 57 | 33 | 33 |
| Octal | 210 | 301 | 102 | 36 | 0 | 102 | 30 | 127 | 63 | 63 |
| Binary | 10001000 | 11000001 | 1000010 | 11110 | 0 | 1000010 | 11000 | 1010111 | 110011 | 110011 |
Color Harmonies of #88C142
Complementary color
Monochromatic Colors of #88C142
Black with #88C142
Text Example
Text Example
White with #88C142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C142; }
p { color: rgb(136,193,66); }
H1.HeaderClassName
{
color: #88C142;
}
.AnyTagClassName
{
color: #88C142;
}
</style>
background-color css
<style>
a { background-color: #88C142; }
a { background-color: rgb(136,193,66); }
div.DivClassName
{
background-color: #88C142;
}
.BgClassName
{
background-color: #88C142;
}
</style>
border-color css
<style>
span { border-color: #88C142; }
span { border-color: rgb(136,193,66); }
td.TdClassName
{
border-color: #88C142;
}
.TagClassName
{
border-color: #88C142;
}
</style>