Shades of Atlantis #9CDA3D
Tints of Atlantis #9CDA3D
RGB
CMYK
RGB Variations
Color information
#9CDA3D (or 0x9CDA3D) is known color: Atlantis. HEX triplet: 9C, DA and 3D. RGB value is (156,218,61). Sum of RGB (Red+Green+Blue) = 156+218+61=435 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.86% from 435); Green value is 218 (85.55% from 255 or 50.11% from 435); Blue value is 61 (24.22% from 255 or 14.02% from 435); Max value from RGB is 218 - color contains mainly: green. Hex color #9CDA3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CDA3D is #6325C2. Grayscale: #B6B6B6. Windows color (decimal): -6497731 or 4053660. OLE color: 4053660.
HSL color Cylindrical-coordinate representation of color #9CDA3D: hue angle of 83.69º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9CDA3D is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 156 | 218 | 61 | - |
| CMYK | 0.28 | 0 | 0.72 | 0.15 |
| HSL | 83.69º | 0.68% | 0.55% | - |
| HSV(B) | 83.69º | 0.72% | 0.85% | - |
| XYZ | 39.62 | 57.55 | 13.43 | - |
| YUV | 181.56 | 59.96 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 218 | 61 | 0.28 | 0 | 0.72 | 0.15 | 83.69 | 0.68 | 0.55 |
| Hex | 9C | DA | 3D | 1C | 0 | 48 | F | 54 | 44 | 37 |
| Octal | 234 | 332 | 75 | 34 | 0 | 110 | 17 | 124 | 104 | 67 |
| Binary | 10011100 | 11011010 | 111101 | 11100 | 0 | 1001000 | 1111 | 1010100 | 1000100 | 110111 |
Color Harmonies of #9CDA3D
Complementary color
Monochromatic Colors of #9CDA3D
Black with #9CDA3D
Text Example
Text Example
White with #9CDA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDA3D; }
p { color: rgb(156,218,61); }
H1.HeaderClassName
{
color: #9CDA3D;
}
.AnyTagClassName
{
color: #9CDA3D;
}
</style>
background-color css
<style>
a { background-color: #9CDA3D; }
a { background-color: rgb(156,218,61); }
div.DivClassName
{
background-color: #9CDA3D;
}
.BgClassName
{
background-color: #9CDA3D;
}
</style>
border-color css
<style>
span { border-color: #9CDA3D; }
span { border-color: rgb(156,218,61); }
td.TdClassName
{
border-color: #9CDA3D;
}
.TagClassName
{
border-color: #9CDA3D;
}
</style>