Shades of Atlantis #96CF46
Tints of Atlantis #96CF46
RGB
CMYK
RGB Variations
Color information
#96CF46 (or 0x96CF46) is known color: Atlantis. HEX triplet: 96, CF and 46. RGB value is (150,207,70). Sum of RGB (Red+Green+Blue) = 150+207+70=427 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.13% from 427); Green value is 207 (81.25% from 255 or 48.48% from 427); Blue value is 70 (27.73% from 255 or 16.39% from 427); Max value from RGB is 207 - color contains mainly: green. Hex color #96CF46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96CF46 is #6930B9. Grayscale: #AEAEAE. Windows color (decimal): -6893754 or 4640662. OLE color: 4640662.
HSL color Cylindrical-coordinate representation of color #96CF46: hue angle of 84.96º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #96CF46 is Cyan = 0.28, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 207 | 70 | - |
| CMYK | 0.28 | 0 | 0.66 | 0.19 |
| HSL | 84.96º | 0.59% | 0.54% | - |
| HSV(B) | 84.96º | 0.66% | 0.81% | - |
| XYZ | 36 | 51.55 | 13.85 | - |
| YUV | 174.34 | 69.12 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 207 | 70 | 0.28 | 0 | 0.66 | 0.19 | 84.96 | 0.59 | 0.54 |
| Hex | 96 | CF | 46 | 1C | 0 | 42 | 13 | 55 | 3B | 36 |
| Octal | 226 | 317 | 106 | 34 | 0 | 102 | 23 | 125 | 73 | 66 |
| Binary | 10010110 | 11001111 | 1000110 | 11100 | 0 | 1000010 | 10011 | 1010101 | 111011 | 110110 |
Color Harmonies of #96CF46
Complementary color
Monochromatic Colors of #96CF46
Black with #96CF46
Text Example
Text Example
White with #96CF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CF46; }
p { color: rgb(150,207,70); }
H1.HeaderClassName
{
color: #96CF46;
}
.AnyTagClassName
{
color: #96CF46;
}
</style>
background-color css
<style>
a { background-color: #96CF46; }
a { background-color: rgb(150,207,70); }
div.DivClassName
{
background-color: #96CF46;
}
.BgClassName
{
background-color: #96CF46;
}
</style>
border-color css
<style>
span { border-color: #96CF46; }
span { border-color: rgb(150,207,70); }
td.TdClassName
{
border-color: #96CF46;
}
.TagClassName
{
border-color: #96CF46;
}
</style>