Shades of Atlantis #99B345
Tints of Atlantis #99B345
RGB
CMYK
RGB Variations
Color information
#99B345 (or 0x99B345) is known color: Atlantis. HEX triplet: 99, B3 and 45. RGB value is (153,179,69). Sum of RGB (Red+Green+Blue) = 153+179+69=401 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.15% from 401); Green value is 179 (70.31% from 255 or 44.64% from 401); Blue value is 69 (27.34% from 255 or 17.21% from 401); Max value from RGB is 179 - color contains mainly: green. Hex color #99B345 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99B345 is #664CBA. Grayscale: #9F9F9F. Windows color (decimal): -6704315 or 4567961. OLE color: 4567961.
HSL color Cylindrical-coordinate representation of color #99B345: hue angle of 74.18º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #99B345 is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 153 | 179 | 69 | - |
| CMYK | 0.15 | 0 | 0.61 | 0.30 |
| HSL | 74.18º | 0.44% | 0.49% | - |
| HSV(B) | 74.18º | 0.61% | 0.7% | - |
| XYZ | 30.33 | 39.44 | 11.64 | - |
| YUV | 158.69 | 77.39 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 179 | 69 | 0.15 | 0 | 0.61 | 0.30 | 74.18 | 0.44 | 0.49 |
| Hex | 99 | B3 | 45 | F | 0 | 3D | 1E | 4A | 2C | 31 |
| Octal | 231 | 263 | 105 | 17 | 0 | 75 | 36 | 112 | 54 | 61 |
| Binary | 10011001 | 10110011 | 1000101 | 1111 | 0 | 111101 | 11110 | 1001010 | 101100 | 110001 |
Color Harmonies of #99B345
Complementary color
Monochromatic Colors of #99B345
Black with #99B345
Text Example
Text Example
White with #99B345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B345; }
p { color: rgb(153,179,69); }
H1.HeaderClassName
{
color: #99B345;
}
.AnyTagClassName
{
color: #99B345;
}
</style>
background-color css
<style>
a { background-color: #99B345; }
a { background-color: rgb(153,179,69); }
div.DivClassName
{
background-color: #99B345;
}
.BgClassName
{
background-color: #99B345;
}
</style>
border-color css
<style>
span { border-color: #99B345; }
span { border-color: rgb(153,179,69); }
td.TdClassName
{
border-color: #99B345;
}
.TagClassName
{
border-color: #99B345;
}
</style>