Shades of Atlantis #99B243
Tints of Atlantis #99B243
RGB
CMYK
RGB Variations
Color information
#99B243 (or 0x99B243) is known color: Atlantis. HEX triplet: 99, B2 and 43. RGB value is (153,178,67). Sum of RGB (Red+Green+Blue) = 153+178+67=398 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.44% from 398); Green value is 178 (69.92% from 255 or 44.72% from 398); Blue value is 67 (26.56% from 255 or 16.83% from 398); Max value from RGB is 178 - color contains mainly: green. Hex color #99B243 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99B243 is #664DBC. Grayscale: #9E9E9E. Windows color (decimal): -6704573 or 4436633. OLE color: 4436633.
HSL color Cylindrical-coordinate representation of color #99B243: hue angle of 73.51º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #99B243 is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 153 | 178 | 67 | - |
| CMYK | 0.14 | 0 | 0.62 | 0.30 |
| HSL | 73.51º | 0.45% | 0.48% | - |
| HSV(B) | 73.51º | 0.62% | 0.7% | - |
| XYZ | 30.07 | 39.02 | 11.26 | - |
| YUV | 157.87 | 76.72 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 178 | 67 | 0.14 | 0 | 0.62 | 0.30 | 73.51 | 0.45 | 0.48 |
| Hex | 99 | B2 | 43 | E | 0 | 3E | 1E | 4A | 2D | 30 |
| Octal | 231 | 262 | 103 | 16 | 0 | 76 | 36 | 112 | 55 | 60 |
| Binary | 10011001 | 10110010 | 1000011 | 1110 | 0 | 111110 | 11110 | 1001010 | 101101 | 110000 |
Color Harmonies of #99B243
Complementary color
Monochromatic Colors of #99B243
Black with #99B243
Text Example
Text Example
White with #99B243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B243; }
p { color: rgb(153,178,67); }
H1.HeaderClassName
{
color: #99B243;
}
.AnyTagClassName
{
color: #99B243;
}
</style>
background-color css
<style>
a { background-color: #99B243; }
a { background-color: rgb(153,178,67); }
div.DivClassName
{
background-color: #99B243;
}
.BgClassName
{
background-color: #99B243;
}
</style>
border-color css
<style>
span { border-color: #99B243; }
span { border-color: rgb(153,178,67); }
td.TdClassName
{
border-color: #99B243;
}
.TagClassName
{
border-color: #99B243;
}
</style>