Shades of Atlantis #99CC54
Tints of Atlantis #99CC54
RGB
CMYK
RGB Variations
Color information
#99CC54 (or 0x99CC54) is known color: Atlantis. HEX triplet: 99, CC and 54. RGB value is (153,204,84). Sum of RGB (Red+Green+Blue) = 153+204+84=441 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.69% from 441); Green value is 204 (80.08% from 255 or 46.26% from 441); Blue value is 84 (33.20% from 255 or 19.05% from 441); Max value from RGB is 204 - color contains mainly: green. Hex color #99CC54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CC54 is #6633AB. Grayscale: #AFAFAF. Windows color (decimal): -6697900 or 5557401. OLE color: 5557401.
HSL color Cylindrical-coordinate representation of color #99CC54: hue angle of 85.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #99CC54 is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 153 | 204 | 84 | - |
| CMYK | 0.25 | 0 | 0.59 | 0.2 |
| HSL | 85.5º | 0.54% | 0.56% | - |
| HSV(B) | 85.5º | 0.59% | 0.8% | - |
| XYZ | 36.33 | 50.6 | 16.24 | - |
| YUV | 175.07 | 76.6 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 204 | 84 | 0.25 | 0 | 0.59 | 0.2 | 85.5 | 0.54 | 0.56 |
| Hex | 99 | CC | 54 | 19 | 0 | 3B | 14 | 56 | 36 | 38 |
| Octal | 231 | 314 | 124 | 31 | 0 | 73 | 24 | 126 | 66 | 70 |
| Binary | 10011001 | 11001100 | 1010100 | 11001 | 0 | 111011 | 10100 | 1010110 | 110110 | 111000 |
Color Harmonies of #99CC54
Complementary color
Monochromatic Colors of #99CC54
Black with #99CC54
Text Example
Text Example
White with #99CC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CC54; }
p { color: rgb(153,204,84); }
H1.HeaderClassName
{
color: #99CC54;
}
.AnyTagClassName
{
color: #99CC54;
}
</style>
background-color css
<style>
a { background-color: #99CC54; }
a { background-color: rgb(153,204,84); }
div.DivClassName
{
background-color: #99CC54;
}
.BgClassName
{
background-color: #99CC54;
}
</style>
border-color css
<style>
span { border-color: #99CC54; }
span { border-color: rgb(153,204,84); }
td.TdClassName
{
border-color: #99CC54;
}
.TagClassName
{
border-color: #99CC54;
}
</style>