Shades of Atlantis #98CE3D
Tints of Atlantis #98CE3D
RGB
CMYK
RGB Variations
Color information
#98CE3D (or 0x98CE3D) is known color: Atlantis. HEX triplet: 98, CE and 3D. RGB value is (152,206,61). Sum of RGB (Red+Green+Blue) = 152+206+61=419 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.28% from 419); Green value is 206 (80.86% from 255 or 49.16% from 419); Blue value is 61 (24.22% from 255 or 14.56% from 419); Max value from RGB is 206 - color contains mainly: green. Hex color #98CE3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98CE3D is #6731C2. Grayscale: #ADADAD. Windows color (decimal): -6762947 or 4050584. OLE color: 4050584.
HSL color Cylindrical-coordinate representation of color #98CE3D: hue angle of 82.34º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #98CE3D is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 206 | 61 | - |
| CMYK | 0.26 | 0 | 0.70 | 0.19 |
| HSL | 82.34º | 0.6% | 0.52% | - |
| HSV(B) | 82.34º | 0.7% | 0.81% | - |
| XYZ | 35.86 | 51.15 | 12.4 | - |
| YUV | 173.32 | 64.61 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 206 | 61 | 0.26 | 0 | 0.70 | 0.19 | 82.34 | 0.6 | 0.52 |
| Hex | 98 | CE | 3D | 1A | 0 | 46 | 13 | 52 | 3C | 34 |
| Octal | 230 | 316 | 75 | 32 | 0 | 106 | 23 | 122 | 74 | 64 |
| Binary | 10011000 | 11001110 | 111101 | 11010 | 0 | 1000110 | 10011 | 1010010 | 111100 | 110100 |
Color Harmonies of #98CE3D
Complementary color
Monochromatic Colors of #98CE3D
Black with #98CE3D
Text Example
Text Example
White with #98CE3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CE3D; }
p { color: rgb(152,206,61); }
H1.HeaderClassName
{
color: #98CE3D;
}
.AnyTagClassName
{
color: #98CE3D;
}
</style>
background-color css
<style>
a { background-color: #98CE3D; }
a { background-color: rgb(152,206,61); }
div.DivClassName
{
background-color: #98CE3D;
}
.BgClassName
{
background-color: #98CE3D;
}
</style>
border-color css
<style>
span { border-color: #98CE3D; }
span { border-color: rgb(152,206,61); }
td.TdClassName
{
border-color: #98CE3D;
}
.TagClassName
{
border-color: #98CE3D;
}
</style>