Shades of Atlantis #99C350
Tints of Atlantis #99C350
RGB
CMYK
RGB Variations
Color information
#99C350 (or 0x99C350) is known color: Atlantis. HEX triplet: 99, C3 and 50. RGB value is (153,195,80). Sum of RGB (Red+Green+Blue) = 153+195+80=428 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.75% from 428); Green value is 195 (76.56% from 255 or 45.56% from 428); Blue value is 80 (31.64% from 255 or 18.69% from 428); Max value from RGB is 195 - color contains mainly: green. Hex color #99C350 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C350 is #663CAF. Grayscale: #A9A9A9. Windows color (decimal): -6700208 or 5292953. OLE color: 5292953.
HSL color Cylindrical-coordinate representation of color #99C350: hue angle of 81.91º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #99C350 is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 195 | 80 | - |
| CMYK | 0.22 | 0 | 0.59 | 0.24 |
| HSL | 81.91º | 0.49% | 0.54% | - |
| HSV(B) | 81.91º | 0.59% | 0.76% | - |
| XYZ | 34.1 | 46.38 | 14.74 | - |
| YUV | 169.33 | 77.59 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 195 | 80 | 0.22 | 0 | 0.59 | 0.24 | 81.91 | 0.49 | 0.54 |
| Hex | 99 | C3 | 50 | 16 | 0 | 3B | 18 | 52 | 31 | 36 |
| Octal | 231 | 303 | 120 | 26 | 0 | 73 | 30 | 122 | 61 | 66 |
| Binary | 10011001 | 11000011 | 1010000 | 10110 | 0 | 111011 | 11000 | 1010010 | 110001 | 110110 |
Color Harmonies of #99C350
Complementary color
Monochromatic Colors of #99C350
Black with #99C350
Text Example
Text Example
White with #99C350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C350; }
p { color: rgb(153,195,80); }
H1.HeaderClassName
{
color: #99C350;
}
.AnyTagClassName
{
color: #99C350;
}
</style>
background-color css
<style>
a { background-color: #99C350; }
a { background-color: rgb(153,195,80); }
div.DivClassName
{
background-color: #99C350;
}
.BgClassName
{
background-color: #99C350;
}
</style>
border-color css
<style>
span { border-color: #99C350; }
span { border-color: rgb(153,195,80); }
td.TdClassName
{
border-color: #99C350;
}
.TagClassName
{
border-color: #99C350;
}
</style>