Shades of Atlantis #96D84B
Tints of Atlantis #96D84B
RGB
CMYK
RGB Variations
Color information
#96D84B (or 0x96D84B) is known color: Atlantis. HEX triplet: 96, D8 and 4B. RGB value is (150,216,75). Sum of RGB (Red+Green+Blue) = 150+216+75=441 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.01% from 441); Green value is 216 (84.77% from 255 or 48.98% from 441); Blue value is 75 (29.69% from 255 or 17.01% from 441); Max value from RGB is 216 - color contains mainly: green. Hex color #96D84B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96D84B is #6927B4. Grayscale: #B4B4B4. Windows color (decimal): -6891445 or 4970646. OLE color: 4970646.
HSL color Cylindrical-coordinate representation of color #96D84B: hue angle of 88.09º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #96D84B is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 216 | 75 | - |
| CMYK | 0.31 | 0 | 0.65 | 0.15 |
| HSL | 88.09º | 0.64% | 0.57% | - |
| HSV(B) | 88.09º | 0.65% | 0.85% | - |
| XYZ | 38.4 | 56.1 | 15.46 | - |
| YUV | 180.19 | 68.63 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 216 | 75 | 0.31 | 0 | 0.65 | 0.15 | 88.09 | 0.64 | 0.57 |
| Hex | 96 | D8 | 4B | 1F | 0 | 41 | F | 58 | 40 | 39 |
| Octal | 226 | 330 | 113 | 37 | 0 | 101 | 17 | 130 | 100 | 71 |
| Binary | 10010110 | 11011000 | 1001011 | 11111 | 0 | 1000001 | 1111 | 1011000 | 1000000 | 111001 |
Color Harmonies of #96D84B
Complementary color
Monochromatic Colors of #96D84B
Black with #96D84B
Text Example
Text Example
White with #96D84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D84B; }
p { color: rgb(150,216,75); }
H1.HeaderClassName
{
color: #96D84B;
}
.AnyTagClassName
{
color: #96D84B;
}
</style>
background-color css
<style>
a { background-color: #96D84B; }
a { background-color: rgb(150,216,75); }
div.DivClassName
{
background-color: #96D84B;
}
.BgClassName
{
background-color: #96D84B;
}
</style>
border-color css
<style>
span { border-color: #96D84B; }
span { border-color: rgb(150,216,75); }
td.TdClassName
{
border-color: #96D84B;
}
.TagClassName
{
border-color: #96D84B;
}
</style>