Shades of Atlantis #96E44B
Tints of Atlantis #96E44B
RGB
CMYK
RGB Variations
Color information
#96E44B (or 0x96E44B) is known color: Atlantis. HEX triplet: 96, E4 and 4B. RGB value is (150,228,75). Sum of RGB (Red+Green+Blue) = 150+228+75=453 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.11% from 453); Green value is 228 (89.45% from 255 or 50.33% from 453); Blue value is 75 (29.69% from 255 or 16.56% from 453); Max value from RGB is 228 - color contains mainly: green. Hex color #96E44B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96E44B is #691BB4. Grayscale: #BBBBBB. Windows color (decimal): -6888373 or 4973718. OLE color: 4973718.
HSL color Cylindrical-coordinate representation of color #96E44B: hue angle of 90.59º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #96E44B is Cyan = 0.34, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 150 | 228 | 75 | - |
| CMYK | 0.34 | 0 | 0.67 | 0.11 |
| HSL | 90.59º | 0.74% | 0.59% | - |
| HSV(B) | 90.59º | 0.67% | 0.89% | - |
| XYZ | 41.59 | 62.48 | 16.52 | - |
| YUV | 187.24 | 64.66 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 228 | 75 | 0.34 | 0 | 0.67 | 0.11 | 90.59 | 0.74 | 0.59 |
| Hex | 96 | E4 | 4B | 22 | 0 | 43 | B | 5B | 4A | 3B |
| Octal | 226 | 344 | 113 | 42 | 0 | 103 | 13 | 133 | 112 | 73 |
| Binary | 10010110 | 11100100 | 1001011 | 100010 | 0 | 1000011 | 1011 | 1011011 | 1001010 | 111011 |
Color Harmonies of #96E44B
Complementary color
Monochromatic Colors of #96E44B
Black with #96E44B
Text Example
Text Example
White with #96E44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E44B; }
p { color: rgb(150,228,75); }
H1.HeaderClassName
{
color: #96E44B;
}
.AnyTagClassName
{
color: #96E44B;
}
</style>
background-color css
<style>
a { background-color: #96E44B; }
a { background-color: rgb(150,228,75); }
div.DivClassName
{
background-color: #96E44B;
}
.BgClassName
{
background-color: #96E44B;
}
</style>
border-color css
<style>
span { border-color: #96E44B; }
span { border-color: rgb(150,228,75); }
td.TdClassName
{
border-color: #96E44B;
}
.TagClassName
{
border-color: #96E44B;
}
</style>