Shades of Atlantis #9BC23C
Tints of Atlantis #9BC23C
RGB
CMYK
RGB Variations
Color information
#9BC23C (or 0x9BC23C) is known color: Atlantis. HEX triplet: 9B, C2 and 3C. RGB value is (155,194,60). Sum of RGB (Red+Green+Blue) = 155+194+60=409 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.90% from 409); Green value is 194 (76.17% from 255 or 47.43% from 409); Blue value is 60 (23.83% from 255 or 14.67% from 409); Max value from RGB is 194 - color contains mainly: green. Hex color #9BC23C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BC23C is #643DC3. Grayscale: #A7A7A7. Windows color (decimal): -6569412 or 3981979. OLE color: 3981979.
HSL color Cylindrical-coordinate representation of color #9BC23C: hue angle of 77.46º 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 #9BC23C is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 194 | 60 | - |
| CMYK | 0.20 | 0 | 0.69 | 0.24 |
| HSL | 77.46º | 0.53% | 0.5% | - |
| HSV(B) | 77.46º | 0.69% | 0.76% | - |
| XYZ | 33.62 | 45.88 | 11.36 | - |
| YUV | 167.06 | 67.58 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 194 | 60 | 0.20 | 0 | 0.69 | 0.24 | 77.46 | 0.53 | 0.5 |
| Hex | 9B | C2 | 3C | 14 | 0 | 45 | 18 | 4D | 35 | 32 |
| Octal | 233 | 302 | 74 | 24 | 0 | 105 | 30 | 115 | 65 | 62 |
| Binary | 10011011 | 11000010 | 111100 | 10100 | 0 | 1000101 | 11000 | 1001101 | 110101 | 110010 |
Color Harmonies of #9BC23C
Complementary color
Monochromatic Colors of #9BC23C
Black with #9BC23C
Text Example
Text Example
White with #9BC23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC23C; }
p { color: rgb(155,194,60); }
H1.HeaderClassName
{
color: #9BC23C;
}
.AnyTagClassName
{
color: #9BC23C;
}
</style>
background-color css
<style>
a { background-color: #9BC23C; }
a { background-color: rgb(155,194,60); }
div.DivClassName
{
background-color: #9BC23C;
}
.BgClassName
{
background-color: #9BC23C;
}
</style>
border-color css
<style>
span { border-color: #9BC23C; }
span { border-color: rgb(155,194,60); }
td.TdClassName
{
border-color: #9BC23C;
}
.TagClassName
{
border-color: #9BC23C;
}
</style>