Shades of Atlantis #98DA3C
Tints of Atlantis #98DA3C
RGB
CMYK
RGB Variations
Color information
#98DA3C (or 0x98DA3C) is known color: Atlantis. HEX triplet: 98, DA and 3C. RGB value is (152,218,60). Sum of RGB (Red+Green+Blue) = 152+218+60=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 218 (85.55% from 255 or 50.70% from 430); Blue value is 60 (23.83% from 255 or 13.95% from 430); Max value from RGB is 218 - color contains mainly: green. Hex color #98DA3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98DA3C is #6725C3. Grayscale: #B4B4B4. Windows color (decimal): -6759876 or 3988120. OLE color: 3988120.
HSL color Cylindrical-coordinate representation of color #98DA3C: hue angle of 85.06º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #98DA3C is Cyan = 0.30, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 218 | 60 | - |
| CMYK | 0.30 | 0 | 0.72 | 0.15 |
| HSL | 85.06º | 0.68% | 0.55% | - |
| HSV(B) | 85.06º | 0.72% | 0.85% | - |
| XYZ | 38.84 | 57.14 | 13.26 | - |
| YUV | 180.25 | 60.13 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 218 | 60 | 0.30 | 0 | 0.72 | 0.15 | 85.06 | 0.68 | 0.55 |
| Hex | 98 | DA | 3C | 1E | 0 | 48 | F | 55 | 44 | 37 |
| Octal | 230 | 332 | 74 | 36 | 0 | 110 | 17 | 125 | 104 | 67 |
| Binary | 10011000 | 11011010 | 111100 | 11110 | 0 | 1001000 | 1111 | 1010101 | 1000100 | 110111 |
Color Harmonies of #98DA3C
Complementary color
Monochromatic Colors of #98DA3C
Black with #98DA3C
Text Example
Text Example
White with #98DA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DA3C; }
p { color: rgb(152,218,60); }
H1.HeaderClassName
{
color: #98DA3C;
}
.AnyTagClassName
{
color: #98DA3C;
}
</style>
background-color css
<style>
a { background-color: #98DA3C; }
a { background-color: rgb(152,218,60); }
div.DivClassName
{
background-color: #98DA3C;
}
.BgClassName
{
background-color: #98DA3C;
}
</style>
border-color css
<style>
span { border-color: #98DA3C; }
span { border-color: rgb(152,218,60); }
td.TdClassName
{
border-color: #98DA3C;
}
.TagClassName
{
border-color: #98DA3C;
}
</style>