Shades of Atlantis #99C641
Tints of Atlantis #99C641
RGB
CMYK
RGB Variations
Color information
#99C641 (or 0x99C641) is known color: Atlantis. HEX triplet: 99, C6 and 41. RGB value is (153,198,65). Sum of RGB (Red+Green+Blue) = 153+198+65=416 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.78% from 416); Green value is 198 (77.73% from 255 or 47.60% from 416); Blue value is 65 (25.78% from 255 or 15.62% from 416); Max value from RGB is 198 - color contains mainly: green. Hex color #99C641 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C641 is #6639BE. Grayscale: #A9A9A9. Windows color (decimal): -6699455 or 4310681. OLE color: 4310681.
HSL color Cylindrical-coordinate representation of color #99C641: hue angle of 80.3º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #99C641 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 198 | 65 | - |
| CMYK | 0.23 | 0 | 0.67 | 0.22 |
| HSL | 80.3º | 0.54% | 0.52% | - |
| HSV(B) | 80.3º | 0.67% | 0.78% | - |
| XYZ | 34.29 | 47.54 | 12.37 | - |
| YUV | 169.38 | 69.09 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 198 | 65 | 0.23 | 0 | 0.67 | 0.22 | 80.3 | 0.54 | 0.52 |
| Hex | 99 | C6 | 41 | 17 | 0 | 43 | 16 | 50 | 36 | 34 |
| Octal | 231 | 306 | 101 | 27 | 0 | 103 | 26 | 120 | 66 | 64 |
| Binary | 10011001 | 11000110 | 1000001 | 10111 | 0 | 1000011 | 10110 | 1010000 | 110110 | 110100 |
Color Harmonies of #99C641
Complementary color
Monochromatic Colors of #99C641
Black with #99C641
Text Example
Text Example
White with #99C641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C641; }
p { color: rgb(153,198,65); }
H1.HeaderClassName
{
color: #99C641;
}
.AnyTagClassName
{
color: #99C641;
}
</style>
background-color css
<style>
a { background-color: #99C641; }
a { background-color: rgb(153,198,65); }
div.DivClassName
{
background-color: #99C641;
}
.BgClassName
{
background-color: #99C641;
}
</style>
border-color css
<style>
span { border-color: #99C641; }
span { border-color: rgb(153,198,65); }
td.TdClassName
{
border-color: #99C641;
}
.TagClassName
{
border-color: #99C641;
}
</style>