Shades of Atlantis #9BD03D
Tints of Atlantis #9BD03D
RGB
CMYK
RGB Variations
Color information
#9BD03D (or 0x9BD03D) is known color: Atlantis. HEX triplet: 9B, D0 and 3D. RGB value is (155,208,61). Sum of RGB (Red+Green+Blue) = 155+208+61=424 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.56% from 424); Green value is 208 (81.64% from 255 or 49.06% from 424); Blue value is 61 (24.22% from 255 or 14.39% from 424); Max value from RGB is 208 - color contains mainly: green. Hex color #9BD03D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BD03D is #642FC2. Grayscale: #AFAFAF. Windows color (decimal): -6565827 or 4051099. OLE color: 4051099.
HSL color Cylindrical-coordinate representation of color #9BD03D: hue angle of 81.63º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9BD03D is Cyan = 0.25, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 155 | 208 | 61 | - |
| CMYK | 0.25 | 0 | 0.71 | 0.18 |
| HSL | 81.63º | 0.61% | 0.53% | - |
| HSV(B) | 81.63º | 0.71% | 0.82% | - |
| XYZ | 36.92 | 52.42 | 12.59 | - |
| YUV | 175.4 | 63.44 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 208 | 61 | 0.25 | 0 | 0.71 | 0.18 | 81.63 | 0.61 | 0.53 |
| Hex | 9B | D0 | 3D | 19 | 0 | 47 | 12 | 52 | 3D | 35 |
| Octal | 233 | 320 | 75 | 31 | 0 | 107 | 22 | 122 | 75 | 65 |
| Binary | 10011011 | 11010000 | 111101 | 11001 | 0 | 1000111 | 10010 | 1010010 | 111101 | 110101 |
Color Harmonies of #9BD03D
Complementary color
Monochromatic Colors of #9BD03D
Black with #9BD03D
Text Example
Text Example
White with #9BD03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD03D; }
p { color: rgb(155,208,61); }
H1.HeaderClassName
{
color: #9BD03D;
}
.AnyTagClassName
{
color: #9BD03D;
}
</style>
background-color css
<style>
a { background-color: #9BD03D; }
a { background-color: rgb(155,208,61); }
div.DivClassName
{
background-color: #9BD03D;
}
.BgClassName
{
background-color: #9BD03D;
}
</style>
border-color css
<style>
span { border-color: #9BD03D; }
span { border-color: rgb(155,208,61); }
td.TdClassName
{
border-color: #9BD03D;
}
.TagClassName
{
border-color: #9BD03D;
}
</style>