Shades of Atlantis #99C742
Tints of Atlantis #99C742
RGB
CMYK
RGB Variations
Color information
#99C742 (or 0x99C742) is known color: Atlantis. HEX triplet: 99, C7 and 42. RGB value is (153,199,66). Sum of RGB (Red+Green+Blue) = 153+199+66=418 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.60% from 418); Green value is 199 (78.12% from 255 or 47.61% from 418); Blue value is 66 (26.17% from 255 or 15.79% from 418); Max value from RGB is 199 - color contains mainly: green. Hex color #99C742 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C742 is #6638BD. Grayscale: #AAAAAA. Windows color (decimal): -6699198 or 4376473. OLE color: 4376473.
HSL color Cylindrical-coordinate representation of color #99C742: hue angle of 80.75º 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 #99C742 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 199 | 66 | - |
| CMYK | 0.23 | 0 | 0.67 | 0.22 |
| HSL | 80.75º | 0.54% | 0.52% | - |
| HSV(B) | 80.75º | 0.67% | 0.78% | - |
| XYZ | 34.54 | 48.01 | 12.6 | - |
| YUV | 170.08 | 69.26 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 199 | 66 | 0.23 | 0 | 0.67 | 0.22 | 80.75 | 0.54 | 0.52 |
| Hex | 99 | C7 | 42 | 17 | 0 | 43 | 16 | 51 | 36 | 34 |
| Octal | 231 | 307 | 102 | 27 | 0 | 103 | 26 | 121 | 66 | 64 |
| Binary | 10011001 | 11000111 | 1000010 | 10111 | 0 | 1000011 | 10110 | 1010001 | 110110 | 110100 |
Color Harmonies of #99C742
Complementary color
Monochromatic Colors of #99C742
Black with #99C742
Text Example
Text Example
White with #99C742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C742; }
p { color: rgb(153,199,66); }
H1.HeaderClassName
{
color: #99C742;
}
.AnyTagClassName
{
color: #99C742;
}
</style>
background-color css
<style>
a { background-color: #99C742; }
a { background-color: rgb(153,199,66); }
div.DivClassName
{
background-color: #99C742;
}
.BgClassName
{
background-color: #99C742;
}
</style>
border-color css
<style>
span { border-color: #99C742; }
span { border-color: rgb(153,199,66); }
td.TdClassName
{
border-color: #99C742;
}
.TagClassName
{
border-color: #99C742;
}
</style>