Shades of Atlantis #96EA2D
Tints of Atlantis #96EA2D
RGB
CMYK
RGB Variations
Color information
#96EA2D (or 0x96EA2D) is known color: Atlantis. HEX triplet: 96, EA and 2D. RGB value is (150,234,45). Sum of RGB (Red+Green+Blue) = 150+234+45=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 234 (91.80% from 255 or 54.55% from 429); Blue value is 45 (17.97% from 255 or 10.49% from 429); Max value from RGB is 234 - color contains mainly: green. Hex color #96EA2D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96EA2D is #6915D2. Grayscale: #BCBCBC. Windows color (decimal): -6886867 or 3009174. OLE color: 3009174.
HSL color Cylindrical-coordinate representation of color #96EA2D: hue angle of 86.67º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #96EA2D is Cyan = 0.36, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 150 | 234 | 45 | - |
| CMYK | 0.36 | 0 | 0.81 | 0.08 |
| HSL | 86.67º | 0.82% | 0.55% | - |
| HSV(B) | 86.67º | 0.81% | 0.92% | - |
| XYZ | 42.47 | 65.52 | 12.89 | - |
| YUV | 187.34 | 47.67 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 234 | 45 | 0.36 | 0 | 0.81 | 0.08 | 86.67 | 0.82 | 0.55 |
| Hex | 96 | EA | 2D | 24 | 0 | 51 | 8 | 57 | 52 | 37 |
| Octal | 226 | 352 | 55 | 44 | 0 | 121 | 10 | 127 | 122 | 67 |
| Binary | 10010110 | 11101010 | 101101 | 100100 | 0 | 1010001 | 1000 | 1010111 | 1010010 | 110111 |
Color Harmonies of #96EA2D
Complementary color
Monochromatic Colors of #96EA2D
Black with #96EA2D
Text Example
Text Example
White with #96EA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EA2D; }
p { color: rgb(150,234,45); }
H1.HeaderClassName
{
color: #96EA2D;
}
.AnyTagClassName
{
color: #96EA2D;
}
</style>
background-color css
<style>
a { background-color: #96EA2D; }
a { background-color: rgb(150,234,45); }
div.DivClassName
{
background-color: #96EA2D;
}
.BgClassName
{
background-color: #96EA2D;
}
</style>
border-color css
<style>
span { border-color: #96EA2D; }
span { border-color: rgb(150,234,45); }
td.TdClassName
{
border-color: #96EA2D;
}
.TagClassName
{
border-color: #96EA2D;
}
</style>