Shades of Atlantis #9BC83D
Tints of Atlantis #9BC83D
RGB
CMYK
RGB Variations
Color information
#9BC83D (or 0x9BC83D) is known color: Atlantis. HEX triplet: 9B, C8 and 3D. RGB value is (155,200,61). Sum of RGB (Red+Green+Blue) = 155+200+61=416 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.26% from 416); Green value is 200 (78.52% from 255 or 48.08% from 416); Blue value is 61 (24.22% from 255 or 14.66% from 416); Max value from RGB is 200 - color contains mainly: green. Hex color #9BC83D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BC83D is #6437C2. Grayscale: #ABABAB. Windows color (decimal): -6567875 or 4049051. OLE color: 4049051.
HSL color Cylindrical-coordinate representation of color #9BC83D: hue angle of 79.42º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9BC83D is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 155 | 200 | 61 | - |
| CMYK | 0.22 | 0 | 0.69 | 0.22 |
| HSL | 79.42º | 0.56% | 0.51% | - |
| HSV(B) | 79.42º | 0.7% | 0.78% | - |
| XYZ | 35.01 | 48.61 | 11.95 | - |
| YUV | 170.7 | 66.09 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 200 | 61 | 0.22 | 0 | 0.69 | 0.22 | 79.42 | 0.56 | 0.51 |
| Hex | 9B | C8 | 3D | 16 | 0 | 45 | 16 | 4F | 38 | 33 |
| Octal | 233 | 310 | 75 | 26 | 0 | 105 | 26 | 117 | 70 | 63 |
| Binary | 10011011 | 11001000 | 111101 | 10110 | 0 | 1000101 | 10110 | 1001111 | 111000 | 110011 |
Color Harmonies of #9BC83D
Complementary color
Monochromatic Colors of #9BC83D
Black with #9BC83D
Text Example
Text Example
White with #9BC83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC83D; }
p { color: rgb(155,200,61); }
H1.HeaderClassName
{
color: #9BC83D;
}
.AnyTagClassName
{
color: #9BC83D;
}
</style>
background-color css
<style>
a { background-color: #9BC83D; }
a { background-color: rgb(155,200,61); }
div.DivClassName
{
background-color: #9BC83D;
}
.BgClassName
{
background-color: #9BC83D;
}
</style>
border-color css
<style>
span { border-color: #9BC83D; }
span { border-color: rgb(155,200,61); }
td.TdClassName
{
border-color: #9BC83D;
}
.TagClassName
{
border-color: #9BC83D;
}
</style>