Shades of Atlantis #96BE4D
Tints of Atlantis #96BE4D
RGB
CMYK
RGB Variations
Color information
#96BE4D (or 0x96BE4D) is known color: Atlantis. HEX triplet: 96, BE and 4D. RGB value is (150,190,77). Sum of RGB (Red+Green+Blue) = 150+190+77=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 190 (74.61% from 255 or 45.56% from 417); Blue value is 77 (30.47% from 255 or 18.47% from 417); Max value from RGB is 190 - color contains mainly: green. Hex color #96BE4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BE4D is #6941B2. Grayscale: #A5A5A5. Windows color (decimal): -6898099 or 5095062. OLE color: 5095062.
HSL color Cylindrical-coordinate representation of color #96BE4D: hue angle of 81.24º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #96BE4D is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 190 | 77 | - |
| CMYK | 0.21 | 0 | 0.59 | 0.25 |
| HSL | 81.24º | 0.47% | 0.52% | - |
| HSV(B) | 81.24º | 0.59% | 0.75% | - |
| XYZ | 32.33 | 43.85 | 13.78 | - |
| YUV | 165.16 | 78.25 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 190 | 77 | 0.21 | 0 | 0.59 | 0.25 | 81.24 | 0.47 | 0.52 |
| Hex | 96 | BE | 4D | 15 | 0 | 3B | 19 | 51 | 2F | 34 |
| Octal | 226 | 276 | 115 | 25 | 0 | 73 | 31 | 121 | 57 | 64 |
| Binary | 10010110 | 10111110 | 1001101 | 10101 | 0 | 111011 | 11001 | 1010001 | 101111 | 110100 |
Color Harmonies of #96BE4D
Complementary color
Monochromatic Colors of #96BE4D
Black with #96BE4D
Text Example
Text Example
White with #96BE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BE4D; }
p { color: rgb(150,190,77); }
H1.HeaderClassName
{
color: #96BE4D;
}
.AnyTagClassName
{
color: #96BE4D;
}
</style>
background-color css
<style>
a { background-color: #96BE4D; }
a { background-color: rgb(150,190,77); }
div.DivClassName
{
background-color: #96BE4D;
}
.BgClassName
{
background-color: #96BE4D;
}
</style>
border-color css
<style>
span { border-color: #96BE4D; }
span { border-color: rgb(150,190,77); }
td.TdClassName
{
border-color: #96BE4D;
}
.TagClassName
{
border-color: #96BE4D;
}
</style>