Shades of Atlantis #9BCD4C
Tints of Atlantis #9BCD4C
RGB
CMYK
RGB Variations
Color information
#9BCD4C (or 0x9BCD4C) is known color: Atlantis. HEX triplet: 9B, CD and 4C. RGB value is (155,205,76). Sum of RGB (Red+Green+Blue) = 155+205+76=436 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.55% from 436); Green value is 205 (80.47% from 255 or 47.02% from 436); Blue value is 76 (30.08% from 255 or 17.43% from 436); Max value from RGB is 205 - color contains mainly: green. Hex color #9BCD4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BCD4C is #6432B3. Grayscale: #AFAFAF. Windows color (decimal): -6566580 or 5033371. OLE color: 5033371.
HSL color Cylindrical-coordinate representation of color #9BCD4C: hue angle of 83.26º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9BCD4C is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 205 | 76 | - |
| CMYK | 0.24 | 0 | 0.63 | 0.20 |
| HSL | 83.26º | 0.56% | 0.55% | - |
| HSV(B) | 83.26º | 0.63% | 0.8% | - |
| XYZ | 36.65 | 51.15 | 14.78 | - |
| YUV | 175.34 | 71.94 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 205 | 76 | 0.24 | 0 | 0.63 | 0.20 | 83.26 | 0.56 | 0.55 |
| Hex | 9B | CD | 4C | 18 | 0 | 3F | 14 | 53 | 38 | 37 |
| Octal | 233 | 315 | 114 | 30 | 0 | 77 | 24 | 123 | 70 | 67 |
| Binary | 10011011 | 11001101 | 1001100 | 11000 | 0 | 111111 | 10100 | 1010011 | 111000 | 110111 |
Color Harmonies of #9BCD4C
Complementary color
Monochromatic Colors of #9BCD4C
Black with #9BCD4C
Text Example
Text Example
White with #9BCD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCD4C; }
p { color: rgb(155,205,76); }
H1.HeaderClassName
{
color: #9BCD4C;
}
.AnyTagClassName
{
color: #9BCD4C;
}
</style>
background-color css
<style>
a { background-color: #9BCD4C; }
a { background-color: rgb(155,205,76); }
div.DivClassName
{
background-color: #9BCD4C;
}
.BgClassName
{
background-color: #9BCD4C;
}
</style>
border-color css
<style>
span { border-color: #9BCD4C; }
span { border-color: rgb(155,205,76); }
td.TdClassName
{
border-color: #9BCD4C;
}
.TagClassName
{
border-color: #9BCD4C;
}
</style>