Shades of Atlantis #96CE43
Tints of Atlantis #96CE43
RGB
CMYK
RGB Variations
Color information
#96CE43 (or 0x96CE43) is known color: Atlantis. HEX triplet: 96, CE and 43. RGB value is (150,206,67). Sum of RGB (Red+Green+Blue) = 150+206+67=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 206 (80.86% from 255 or 48.70% from 423); Blue value is 67 (26.56% from 255 or 15.84% from 423); Max value from RGB is 206 - color contains mainly: green. Hex color #96CE43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96CE43 is #6931BC. Grayscale: #ADADAD. Windows color (decimal): -6894013 or 4443798. OLE color: 4443798.
HSL color Cylindrical-coordinate representation of color #96CE43: hue angle of 84.17º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #96CE43 is Cyan = 0.27, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 206 | 67 | - |
| CMYK | 0.27 | 0 | 0.67 | 0.19 |
| HSL | 84.17º | 0.59% | 0.54% | - |
| HSV(B) | 84.17º | 0.67% | 0.81% | - |
| XYZ | 35.66 | 51.03 | 13.28 | - |
| YUV | 173.41 | 67.95 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 206 | 67 | 0.27 | 0 | 0.67 | 0.19 | 84.17 | 0.59 | 0.54 |
| Hex | 96 | CE | 43 | 1B | 0 | 43 | 13 | 54 | 3B | 36 |
| Octal | 226 | 316 | 103 | 33 | 0 | 103 | 23 | 124 | 73 | 66 |
| Binary | 10010110 | 11001110 | 1000011 | 11011 | 0 | 1000011 | 10011 | 1010100 | 111011 | 110110 |
Color Harmonies of #96CE43
Complementary color
Monochromatic Colors of #96CE43
Black with #96CE43
Text Example
Text Example
White with #96CE43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CE43; }
p { color: rgb(150,206,67); }
H1.HeaderClassName
{
color: #96CE43;
}
.AnyTagClassName
{
color: #96CE43;
}
</style>
background-color css
<style>
a { background-color: #96CE43; }
a { background-color: rgb(150,206,67); }
div.DivClassName
{
background-color: #96CE43;
}
.BgClassName
{
background-color: #96CE43;
}
</style>
border-color css
<style>
span { border-color: #96CE43; }
span { border-color: rgb(150,206,67); }
td.TdClassName
{
border-color: #96CE43;
}
.TagClassName
{
border-color: #96CE43;
}
</style>