Shades of Atlantis #96C84B
Tints of Atlantis #96C84B
RGB
CMYK
RGB Variations
Color information
#96C84B (or 0x96C84B) is known color: Atlantis. HEX triplet: 96, C8 and 4B. RGB value is (150,200,75). Sum of RGB (Red+Green+Blue) = 150+200+75=425 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.29% from 425); Green value is 200 (78.52% from 255 or 47.06% from 425); Blue value is 75 (29.69% from 255 or 17.65% from 425); Max value from RGB is 200 - color contains mainly: green. Hex color #96C84B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C84B is #6937B4. Grayscale: #ABABAB. Windows color (decimal): -6895541 or 4966550. OLE color: 4966550.
HSL color Cylindrical-coordinate representation of color #96C84B: hue angle of 84º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #96C84B is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 200 | 75 | - |
| CMYK | 0.25 | 0 | 0.62 | 0.22 |
| HSL | 84º | 0.53% | 0.54% | - |
| HSV(B) | 84º | 0.63% | 0.78% | - |
| XYZ | 34.5 | 48.3 | 14.16 | - |
| YUV | 170.8 | 73.94 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 200 | 75 | 0.25 | 0 | 0.62 | 0.22 | 84 | 0.53 | 0.54 |
| Hex | 96 | C8 | 4B | 19 | 0 | 3E | 16 | 54 | 35 | 36 |
| Octal | 226 | 310 | 113 | 31 | 0 | 76 | 26 | 124 | 65 | 66 |
| Binary | 10010110 | 11001000 | 1001011 | 11001 | 0 | 111110 | 10110 | 1010100 | 110101 | 110110 |
Color Harmonies of #96C84B
Complementary color
Monochromatic Colors of #96C84B
Black with #96C84B
Text Example
Text Example
White with #96C84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C84B; }
p { color: rgb(150,200,75); }
H1.HeaderClassName
{
color: #96C84B;
}
.AnyTagClassName
{
color: #96C84B;
}
</style>
background-color css
<style>
a { background-color: #96C84B; }
a { background-color: rgb(150,200,75); }
div.DivClassName
{
background-color: #96C84B;
}
.BgClassName
{
background-color: #96C84B;
}
</style>
border-color css
<style>
span { border-color: #96C84B; }
span { border-color: rgb(150,200,75); }
td.TdClassName
{
border-color: #96C84B;
}
.TagClassName
{
border-color: #96C84B;
}
</style>