Shades of Atlantis #99C343
Tints of Atlantis #99C343
RGB
CMYK
RGB Variations
Color information
#99C343 (or 0x99C343) is known color: Atlantis. HEX triplet: 99, C3 and 43. RGB value is (153,195,67). Sum of RGB (Red+Green+Blue) = 153+195+67=415 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.87% from 415); Green value is 195 (76.56% from 255 or 46.99% from 415); Blue value is 67 (26.56% from 255 or 16.14% from 415); Max value from RGB is 195 - color contains mainly: green. Hex color #99C343 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C343 is #663CBC. Grayscale: #A8A8A8. Windows color (decimal): -6700221 or 4440985. OLE color: 4440985.
HSL color Cylindrical-coordinate representation of color #99C343: hue angle of 79.69º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #99C343 is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 195 | 67 | - |
| CMYK | 0.22 | 0 | 0.66 | 0.24 |
| HSL | 79.69º | 0.52% | 0.51% | - |
| HSV(B) | 79.69º | 0.66% | 0.76% | - |
| XYZ | 33.67 | 46.21 | 12.45 | - |
| YUV | 167.85 | 71.09 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 195 | 67 | 0.22 | 0 | 0.66 | 0.24 | 79.69 | 0.52 | 0.51 |
| Hex | 99 | C3 | 43 | 16 | 0 | 42 | 18 | 50 | 34 | 33 |
| Octal | 231 | 303 | 103 | 26 | 0 | 102 | 30 | 120 | 64 | 63 |
| Binary | 10011001 | 11000011 | 1000011 | 10110 | 0 | 1000010 | 11000 | 1010000 | 110100 | 110011 |
Color Harmonies of #99C343
Complementary color
Monochromatic Colors of #99C343
Black with #99C343
Text Example
Text Example
White with #99C343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C343; }
p { color: rgb(153,195,67); }
H1.HeaderClassName
{
color: #99C343;
}
.AnyTagClassName
{
color: #99C343;
}
</style>
background-color css
<style>
a { background-color: #99C343; }
a { background-color: rgb(153,195,67); }
div.DivClassName
{
background-color: #99C343;
}
.BgClassName
{
background-color: #99C343;
}
</style>
border-color css
<style>
span { border-color: #99C343; }
span { border-color: rgb(153,195,67); }
td.TdClassName
{
border-color: #99C343;
}
.TagClassName
{
border-color: #99C343;
}
</style>