Shades of Atlantis #99C245
Tints of Atlantis #99C245
RGB
CMYK
RGB Variations
Color information
#99C245 (or 0x99C245) is known color: Atlantis. HEX triplet: 99, C2 and 45. RGB value is (153,194,69). Sum of RGB (Red+Green+Blue) = 153+194+69=416 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.78% from 416); Green value is 194 (76.17% from 255 or 46.63% from 416); Blue value is 69 (27.34% from 255 or 16.59% from 416); Max value from RGB is 194 - color contains mainly: green. Hex color #99C245 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C245 is #663DBA. Grayscale: #A7A7A7. Windows color (decimal): -6700475 or 4571801. OLE color: 4571801.
HSL color Cylindrical-coordinate representation of color #99C245: hue angle of 79.68º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #99C245 is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 194 | 69 | - |
| CMYK | 0.21 | 0 | 0.64 | 0.24 |
| HSL | 79.68º | 0.51% | 0.52% | - |
| HSV(B) | 79.68º | 0.64% | 0.76% | - |
| XYZ | 33.5 | 45.79 | 12.7 | - |
| YUV | 167.49 | 72.42 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 194 | 69 | 0.21 | 0 | 0.64 | 0.24 | 79.68 | 0.51 | 0.52 |
| Hex | 99 | C2 | 45 | 15 | 0 | 40 | 18 | 50 | 33 | 34 |
| Octal | 231 | 302 | 105 | 25 | 0 | 100 | 30 | 120 | 63 | 64 |
| Binary | 10011001 | 11000010 | 1000101 | 10101 | 0 | 1000000 | 11000 | 1010000 | 110011 | 110100 |
Color Harmonies of #99C245
Complementary color
Monochromatic Colors of #99C245
Black with #99C245
Text Example
Text Example
White with #99C245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C245; }
p { color: rgb(153,194,69); }
H1.HeaderClassName
{
color: #99C245;
}
.AnyTagClassName
{
color: #99C245;
}
</style>
background-color css
<style>
a { background-color: #99C245; }
a { background-color: rgb(153,194,69); }
div.DivClassName
{
background-color: #99C245;
}
.BgClassName
{
background-color: #99C245;
}
</style>
border-color css
<style>
span { border-color: #99C245; }
span { border-color: rgb(153,194,69); }
td.TdClassName
{
border-color: #99C245;
}
.TagClassName
{
border-color: #99C245;
}
</style>