Shades of Atlantis #99C23C
Tints of Atlantis #99C23C
RGB
CMYK
RGB Variations
Color information
#99C23C (or 0x99C23C) is known color: Atlantis. HEX triplet: 99, C2 and 3C. RGB value is (153,194,60). Sum of RGB (Red+Green+Blue) = 153+194+60=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 194 (76.17% from 255 or 47.67% from 407); Blue value is 60 (23.83% from 255 or 14.74% from 407); Max value from RGB is 194 - color contains mainly: green. Hex color #99C23C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C23C is #663DC3. Grayscale: #A6A6A6. Windows color (decimal): -6700484 or 3981977. OLE color: 3981977.
HSL color Cylindrical-coordinate representation of color #99C23C: hue angle of 78.36º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #99C23C is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 194 | 60 | - |
| CMYK | 0.21 | 0 | 0.69 | 0.24 |
| HSL | 78.36º | 0.53% | 0.5% | - |
| HSV(B) | 78.36º | 0.69% | 0.76% | - |
| XYZ | 33.24 | 45.68 | 11.34 | - |
| YUV | 166.47 | 67.92 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 194 | 60 | 0.21 | 0 | 0.69 | 0.24 | 78.36 | 0.53 | 0.5 |
| Hex | 99 | C2 | 3C | 15 | 0 | 45 | 18 | 4E | 35 | 32 |
| Octal | 231 | 302 | 74 | 25 | 0 | 105 | 30 | 116 | 65 | 62 |
| Binary | 10011001 | 11000010 | 111100 | 10101 | 0 | 1000101 | 11000 | 1001110 | 110101 | 110010 |
Color Harmonies of #99C23C
Complementary color
Monochromatic Colors of #99C23C
Black with #99C23C
Text Example
Text Example
White with #99C23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C23C; }
p { color: rgb(153,194,60); }
H1.HeaderClassName
{
color: #99C23C;
}
.AnyTagClassName
{
color: #99C23C;
}
</style>
background-color css
<style>
a { background-color: #99C23C; }
a { background-color: rgb(153,194,60); }
div.DivClassName
{
background-color: #99C23C;
}
.BgClassName
{
background-color: #99C23C;
}
</style>
border-color css
<style>
span { border-color: #99C23C; }
span { border-color: rgb(153,194,60); }
td.TdClassName
{
border-color: #99C23C;
}
.TagClassName
{
border-color: #99C23C;
}
</style>