Shades of Atlantis #98C93D
Tints of Atlantis #98C93D
RGB
CMYK
RGB Variations
Color information
#98C93D (or 0x98C93D) is known color: Atlantis. HEX triplet: 98, C9 and 3D. RGB value is (152,201,61). Sum of RGB (Red+Green+Blue) = 152+201+61=414 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.71% from 414); Green value is 201 (78.91% from 255 or 48.55% from 414); Blue value is 61 (24.22% from 255 or 14.73% from 414); Max value from RGB is 201 - color contains mainly: green. Hex color #98C93D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C93D is #6736C2. Grayscale: #AAAAAA. Windows color (decimal): -6764227 or 4049304. OLE color: 4049304.
HSL color Cylindrical-coordinate representation of color #98C93D: hue angle of 81º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #98C93D is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 152 | 201 | 61 | - |
| CMYK | 0.24 | 0 | 0.70 | 0.21 |
| HSL | 81º | 0.56% | 0.51% | - |
| HSV(B) | 81º | 0.7% | 0.79% | - |
| XYZ | 34.68 | 48.79 | 12 | - |
| YUV | 170.39 | 66.27 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 201 | 61 | 0.24 | 0 | 0.70 | 0.21 | 81 | 0.56 | 0.51 |
| Hex | 98 | C9 | 3D | 18 | 0 | 46 | 15 | 51 | 38 | 33 |
| Octal | 230 | 311 | 75 | 30 | 0 | 106 | 25 | 121 | 70 | 63 |
| Binary | 10011000 | 11001001 | 111101 | 11000 | 0 | 1000110 | 10101 | 1010001 | 111000 | 110011 |
Color Harmonies of #98C93D
Complementary color
Monochromatic Colors of #98C93D
Black with #98C93D
Text Example
Text Example
White with #98C93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C93D; }
p { color: rgb(152,201,61); }
H1.HeaderClassName
{
color: #98C93D;
}
.AnyTagClassName
{
color: #98C93D;
}
</style>
background-color css
<style>
a { background-color: #98C93D; }
a { background-color: rgb(152,201,61); }
div.DivClassName
{
background-color: #98C93D;
}
.BgClassName
{
background-color: #98C93D;
}
</style>
border-color css
<style>
span { border-color: #98C93D; }
span { border-color: rgb(152,201,61); }
td.TdClassName
{
border-color: #98C93D;
}
.TagClassName
{
border-color: #98C93D;
}
</style>