Shades of Atlantis #99C243
Tints of Atlantis #99C243
RGB
CMYK
RGB Variations
Color information
#99C243 (or 0x99C243) is known color: Atlantis. HEX triplet: 99, C2 and 43. RGB value is (153,194,67). Sum of RGB (Red+Green+Blue) = 153+194+67=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 194 (76.17% from 255 or 46.86% from 414); Blue value is 67 (26.56% from 255 or 16.18% from 414); Max value from RGB is 194 - color contains mainly: green. Hex color #99C243 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C243 is #663DBC. Grayscale: #A7A7A7. Windows color (decimal): -6700477 or 4440729. OLE color: 4440729.
HSL color Cylindrical-coordinate representation of color #99C243: hue angle of 79.37º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #99C243 is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 194 | 67 | - |
| CMYK | 0.21 | 0 | 0.65 | 0.24 |
| HSL | 79.37º | 0.51% | 0.51% | - |
| HSV(B) | 79.37º | 0.65% | 0.76% | - |
| XYZ | 33.44 | 45.76 | 12.38 | - |
| YUV | 167.26 | 71.42 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 194 | 67 | 0.21 | 0 | 0.65 | 0.24 | 79.37 | 0.51 | 0.51 |
| Hex | 99 | C2 | 43 | 15 | 0 | 41 | 18 | 4F | 33 | 33 |
| Octal | 231 | 302 | 103 | 25 | 0 | 101 | 30 | 117 | 63 | 63 |
| Binary | 10011001 | 11000010 | 1000011 | 10101 | 0 | 1000001 | 11000 | 1001111 | 110011 | 110011 |
Color Harmonies of #99C243
Complementary color
Monochromatic Colors of #99C243
Black with #99C243
Text Example
Text Example
White with #99C243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C243; }
p { color: rgb(153,194,67); }
H1.HeaderClassName
{
color: #99C243;
}
.AnyTagClassName
{
color: #99C243;
}
</style>
background-color css
<style>
a { background-color: #99C243; }
a { background-color: rgb(153,194,67); }
div.DivClassName
{
background-color: #99C243;
}
.BgClassName
{
background-color: #99C243;
}
</style>
border-color css
<style>
span { border-color: #99C243; }
span { border-color: rgb(153,194,67); }
td.TdClassName
{
border-color: #99C243;
}
.TagClassName
{
border-color: #99C243;
}
</style>