Shades of Atlantis #96E73C
Tints of Atlantis #96E73C
RGB
CMYK
RGB Variations
Color information
#96E73C (or 0x96E73C) is known color: Atlantis. HEX triplet: 96, E7 and 3C. RGB value is (150,231,60). Sum of RGB (Red+Green+Blue) = 150+231+60=441 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.01% from 441); Green value is 231 (90.62% from 255 or 52.38% from 441); Blue value is 60 (23.83% from 255 or 13.61% from 441); Max value from RGB is 231 - color contains mainly: green. Hex color #96E73C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96E73C is #6918C3. Grayscale: #BBBBBB. Windows color (decimal): -6887620 or 3991446. OLE color: 3991446.
HSL color Cylindrical-coordinate representation of color #96E73C: hue angle of 88.42º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #96E73C is Cyan = 0.35, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 231 | 60 | - |
| CMYK | 0.35 | 0 | 0.74 | 0.09 |
| HSL | 88.42º | 0.78% | 0.57% | - |
| HSV(B) | 88.42º | 0.74% | 0.91% | - |
| XYZ | 41.97 | 63.96 | 14.41 | - |
| YUV | 187.29 | 56.16 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 231 | 60 | 0.35 | 0 | 0.74 | 0.09 | 88.42 | 0.78 | 0.57 |
| Hex | 96 | E7 | 3C | 23 | 0 | 4A | 9 | 58 | 4E | 39 |
| Octal | 226 | 347 | 74 | 43 | 0 | 112 | 11 | 130 | 116 | 71 |
| Binary | 10010110 | 11100111 | 111100 | 100011 | 0 | 1001010 | 1001 | 1011000 | 1001110 | 111001 |
Color Harmonies of #96E73C
Complementary color
Monochromatic Colors of #96E73C
Black with #96E73C
Text Example
Text Example
White with #96E73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E73C; }
p { color: rgb(150,231,60); }
H1.HeaderClassName
{
color: #96E73C;
}
.AnyTagClassName
{
color: #96E73C;
}
</style>
background-color css
<style>
a { background-color: #96E73C; }
a { background-color: rgb(150,231,60); }
div.DivClassName
{
background-color: #96E73C;
}
.BgClassName
{
background-color: #96E73C;
}
</style>
border-color css
<style>
span { border-color: #96E73C; }
span { border-color: rgb(150,231,60); }
td.TdClassName
{
border-color: #96E73C;
}
.TagClassName
{
border-color: #96E73C;
}
</style>