Shades of Atlantis #99B443
Tints of Atlantis #99B443
RGB
CMYK
RGB Variations
Color information
#99B443 (or 0x99B443) is known color: Atlantis. HEX triplet: 99, B4 and 43. RGB value is (153,180,67). Sum of RGB (Red+Green+Blue) = 153+180+67=400 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.25% from 400); Green value is 180 (70.70% from 255 or 45% from 400); Blue value is 67 (26.56% from 255 or 16.75% from 400); Max value from RGB is 180 - color contains mainly: green. Hex color #99B443 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99B443 is #664BBC. Grayscale: #9F9F9F. Windows color (decimal): -6704061 or 4437145. OLE color: 4437145.
HSL color Cylindrical-coordinate representation of color #99B443: hue angle of 74.34º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #99B443 is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 180 | 67 | - |
| CMYK | 0.15 | 0 | 0.63 | 0.29 |
| HSL | 74.34º | 0.46% | 0.48% | - |
| HSV(B) | 74.34º | 0.63% | 0.71% | - |
| XYZ | 30.47 | 39.82 | 11.39 | - |
| YUV | 159.05 | 76.05 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 180 | 67 | 0.15 | 0 | 0.63 | 0.29 | 74.34 | 0.46 | 0.48 |
| Hex | 99 | B4 | 43 | F | 0 | 3F | 1D | 4A | 2E | 30 |
| Octal | 231 | 264 | 103 | 17 | 0 | 77 | 35 | 112 | 56 | 60 |
| Binary | 10011001 | 10110100 | 1000011 | 1111 | 0 | 111111 | 11101 | 1001010 | 101110 | 110000 |
Color Harmonies of #99B443
Complementary color
Monochromatic Colors of #99B443
Black with #99B443
Text Example
Text Example
White with #99B443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B443; }
p { color: rgb(153,180,67); }
H1.HeaderClassName
{
color: #99B443;
}
.AnyTagClassName
{
color: #99B443;
}
</style>
background-color css
<style>
a { background-color: #99B443; }
a { background-color: rgb(153,180,67); }
div.DivClassName
{
background-color: #99B443;
}
.BgClassName
{
background-color: #99B443;
}
</style>
border-color css
<style>
span { border-color: #99B443; }
span { border-color: rgb(153,180,67); }
td.TdClassName
{
border-color: #99B443;
}
.TagClassName
{
border-color: #99B443;
}
</style>