Shades of Atlantis #99CC40
Tints of Atlantis #99CC40
RGB
CMYK
RGB Variations
Color information
#99CC40 (or 0x99CC40) is known color: Atlantis. HEX triplet: 99, CC and 40. RGB value is (153,204,64). Sum of RGB (Red+Green+Blue) = 153+204+64=421 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.34% from 421); Green value is 204 (80.08% from 255 or 48.46% from 421); Blue value is 64 (25.39% from 255 or 15.20% from 421); Max value from RGB is 204 - color contains mainly: green. Hex color #99CC40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99CC40 is #6633BF. Grayscale: #ADADAD. Windows color (decimal): -6697920 or 4246681. OLE color: 4246681.
HSL color Cylindrical-coordinate representation of color #99CC40: hue angle of 81.86º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #99CC40 is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 153 | 204 | 64 | - |
| CMYK | 0.25 | 0 | 0.69 | 0.2 |
| HSL | 81.86º | 0.58% | 0.53% | - |
| HSV(B) | 81.86º | 0.69% | 0.8% | - |
| XYZ | 35.66 | 50.33 | 12.69 | - |
| YUV | 172.79 | 66.6 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 204 | 64 | 0.25 | 0 | 0.69 | 0.2 | 81.86 | 0.58 | 0.53 |
| Hex | 99 | CC | 40 | 19 | 0 | 45 | 14 | 52 | 3A | 35 |
| Octal | 231 | 314 | 100 | 31 | 0 | 105 | 24 | 122 | 72 | 65 |
| Binary | 10011001 | 11001100 | 1000000 | 11001 | 0 | 1000101 | 10100 | 1010010 | 111010 | 110101 |
Color Harmonies of #99CC40
Complementary color
Monochromatic Colors of #99CC40
Black with #99CC40
Text Example
Text Example
White with #99CC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CC40; }
p { color: rgb(153,204,64); }
H1.HeaderClassName
{
color: #99CC40;
}
.AnyTagClassName
{
color: #99CC40;
}
</style>
background-color css
<style>
a { background-color: #99CC40; }
a { background-color: rgb(153,204,64); }
div.DivClassName
{
background-color: #99CC40;
}
.BgClassName
{
background-color: #99CC40;
}
</style>
border-color css
<style>
span { border-color: #99CC40; }
span { border-color: rgb(153,204,64); }
td.TdClassName
{
border-color: #99CC40;
}
.TagClassName
{
border-color: #99CC40;
}
</style>