Shades of Atlantis #9BD645
Tints of Atlantis #9BD645
RGB
CMYK
RGB Variations
Color information
#9BD645 (or 0x9BD645) is known color: Atlantis. HEX triplet: 9B, D6 and 45. RGB value is (155,214,69). Sum of RGB (Red+Green+Blue) = 155+214+69=438 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.39% from 438); Green value is 214 (83.98% from 255 or 48.86% from 438); Blue value is 69 (27.34% from 255 or 15.75% from 438); Max value from RGB is 214 - color contains mainly: green. Hex color #9BD645 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BD645 is #6429BA. Grayscale: #B4B4B4. Windows color (decimal): -6564283 or 4576923. OLE color: 4576923.
HSL color Cylindrical-coordinate representation of color #9BD645: hue angle of 84.41º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9BD645 is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 155 | 214 | 69 | - |
| CMYK | 0.28 | 0 | 0.68 | 0.16 |
| HSL | 84.41º | 0.64% | 0.55% | - |
| HSV(B) | 84.41º | 0.68% | 0.84% | - |
| XYZ | 38.64 | 55.49 | 14.3 | - |
| YUV | 179.83 | 65.45 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 214 | 69 | 0.28 | 0 | 0.68 | 0.16 | 84.41 | 0.64 | 0.55 |
| Hex | 9B | D6 | 45 | 1C | 0 | 44 | 10 | 54 | 40 | 37 |
| Octal | 233 | 326 | 105 | 34 | 0 | 104 | 20 | 124 | 100 | 67 |
| Binary | 10011011 | 11010110 | 1000101 | 11100 | 0 | 1000100 | 10000 | 1010100 | 1000000 | 110111 |
Color Harmonies of #9BD645
Complementary color
Monochromatic Colors of #9BD645
Black with #9BD645
Text Example
Text Example
White with #9BD645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD645; }
p { color: rgb(155,214,69); }
H1.HeaderClassName
{
color: #9BD645;
}
.AnyTagClassName
{
color: #9BD645;
}
</style>
background-color css
<style>
a { background-color: #9BD645; }
a { background-color: rgb(155,214,69); }
div.DivClassName
{
background-color: #9BD645;
}
.BgClassName
{
background-color: #9BD645;
}
</style>
border-color css
<style>
span { border-color: #9BD645; }
span { border-color: rgb(155,214,69); }
td.TdClassName
{
border-color: #9BD645;
}
.TagClassName
{
border-color: #9BD645;
}
</style>