Shades of Atlantis #98BD42
Tints of Atlantis #98BD42
RGB
CMYK
RGB Variations
Color information
#98BD42 (or 0x98BD42) is known color: Atlantis. HEX triplet: 98, BD and 42. RGB value is (152,189,66). Sum of RGB (Red+Green+Blue) = 152+189+66=407 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.35% from 407); Green value is 189 (74.22% from 255 or 46.44% from 407); Blue value is 66 (26.17% from 255 or 16.22% from 407); Max value from RGB is 189 - color contains mainly: green. Hex color #98BD42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98BD42 is #6742BD. Grayscale: #A4A4A4. Windows color (decimal): -6767294 or 4373912. OLE color: 4373912.
HSL color Cylindrical-coordinate representation of color #98BD42: hue angle of 78.05º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #98BD42 is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 189 | 66 | - |
| CMYK | 0.20 | 0 | 0.65 | 0.26 |
| HSL | 78.05º | 0.48% | 0.5% | - |
| HSV(B) | 78.05º | 0.65% | 0.74% | - |
| XYZ | 32.13 | 43.46 | 11.85 | - |
| YUV | 163.92 | 72.74 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 189 | 66 | 0.20 | 0 | 0.65 | 0.26 | 78.05 | 0.48 | 0.5 |
| Hex | 98 | BD | 42 | 14 | 0 | 41 | 1A | 4E | 30 | 32 |
| Octal | 230 | 275 | 102 | 24 | 0 | 101 | 32 | 116 | 60 | 62 |
| Binary | 10011000 | 10111101 | 1000010 | 10100 | 0 | 1000001 | 11010 | 1001110 | 110000 | 110010 |
Color Harmonies of #98BD42
Complementary color
Monochromatic Colors of #98BD42
Black with #98BD42
Text Example
Text Example
White with #98BD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BD42; }
p { color: rgb(152,189,66); }
H1.HeaderClassName
{
color: #98BD42;
}
.AnyTagClassName
{
color: #98BD42;
}
</style>
background-color css
<style>
a { background-color: #98BD42; }
a { background-color: rgb(152,189,66); }
div.DivClassName
{
background-color: #98BD42;
}
.BgClassName
{
background-color: #98BD42;
}
</style>
border-color css
<style>
span { border-color: #98BD42; }
span { border-color: rgb(152,189,66); }
td.TdClassName
{
border-color: #98BD42;
}
.TagClassName
{
border-color: #98BD42;
}
</style>