Shades of Atlantis #98BD3F
Tints of Atlantis #98BD3F
RGB
CMYK
RGB Variations
Color information
#98BD3F (or 0x98BD3F) is known color: Atlantis. HEX triplet: 98, BD and 3F. RGB value is (152,189,63). Sum of RGB (Red+Green+Blue) = 152+189+63=404 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.62% from 404); Green value is 189 (74.22% from 255 or 46.78% from 404); Blue value is 63 (25% from 255 or 15.59% from 404); Max value from RGB is 189 - color contains mainly: green. Hex color #98BD3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98BD3F is #6742C0. Grayscale: #A4A4A4. Windows color (decimal): -6767297 or 4177304. OLE color: 4177304.
HSL color Cylindrical-coordinate representation of color #98BD3F: hue angle of 77.62º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #98BD3F is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 189 | 63 | - |
| CMYK | 0.20 | 0 | 0.67 | 0.26 |
| HSL | 77.62º | 0.5% | 0.49% | - |
| HSV(B) | 77.62º | 0.67% | 0.74% | - |
| XYZ | 32.04 | 43.43 | 11.4 | - |
| YUV | 163.57 | 71.24 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 189 | 63 | 0.20 | 0 | 0.67 | 0.26 | 77.62 | 0.5 | 0.49 |
| Hex | 98 | BD | 3F | 14 | 0 | 43 | 1A | 4E | 32 | 31 |
| Octal | 230 | 275 | 77 | 24 | 0 | 103 | 32 | 116 | 62 | 61 |
| Binary | 10011000 | 10111101 | 111111 | 10100 | 0 | 1000011 | 11010 | 1001110 | 110010 | 110001 |
Color Harmonies of #98BD3F
Complementary color
Monochromatic Colors of #98BD3F
Black with #98BD3F
Text Example
Text Example
White with #98BD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BD3F; }
p { color: rgb(152,189,63); }
H1.HeaderClassName
{
color: #98BD3F;
}
.AnyTagClassName
{
color: #98BD3F;
}
</style>
background-color css
<style>
a { background-color: #98BD3F; }
a { background-color: rgb(152,189,63); }
div.DivClassName
{
background-color: #98BD3F;
}
.BgClassName
{
background-color: #98BD3F;
}
</style>
border-color css
<style>
span { border-color: #98BD3F; }
span { border-color: rgb(152,189,63); }
td.TdClassName
{
border-color: #98BD3F;
}
.TagClassName
{
border-color: #98BD3F;
}
</style>