Shades of Atlantis #9CDA43
Tints of Atlantis #9CDA43
RGB
CMYK
RGB Variations
Color information
#9CDA43 (or 0x9CDA43) is known color: Atlantis. HEX triplet: 9C, DA and 43. RGB value is (156,218,67). Sum of RGB (Red+Green+Blue) = 156+218+67=441 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.37% from 441); Green value is 218 (85.55% from 255 or 49.43% from 441); Blue value is 67 (26.56% from 255 or 15.19% from 441); Max value from RGB is 218 - color contains mainly: green. Hex color #9CDA43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CDA43 is #6325BC. Grayscale: #B6B6B6. Windows color (decimal): -6497725 or 4446876. OLE color: 4446876.
HSL color Cylindrical-coordinate representation of color #9CDA43: hue angle of 84.64º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9CDA43 is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 156 | 218 | 67 | - |
| CMYK | 0.28 | 0 | 0.69 | 0.15 |
| HSL | 84.64º | 0.67% | 0.56% | - |
| HSV(B) | 84.64º | 0.69% | 0.85% | - |
| XYZ | 39.79 | 57.62 | 14.33 | - |
| YUV | 182.25 | 62.96 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 218 | 67 | 0.28 | 0 | 0.69 | 0.15 | 84.64 | 0.67 | 0.56 |
| Hex | 9C | DA | 43 | 1C | 0 | 45 | F | 55 | 43 | 38 |
| Octal | 234 | 332 | 103 | 34 | 0 | 105 | 17 | 125 | 103 | 70 |
| Binary | 10011100 | 11011010 | 1000011 | 11100 | 0 | 1000101 | 1111 | 1010101 | 1000011 | 111000 |
Color Harmonies of #9CDA43
Complementary color
Monochromatic Colors of #9CDA43
Black with #9CDA43
Text Example
Text Example
White with #9CDA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDA43; }
p { color: rgb(156,218,67); }
H1.HeaderClassName
{
color: #9CDA43;
}
.AnyTagClassName
{
color: #9CDA43;
}
</style>
background-color css
<style>
a { background-color: #9CDA43; }
a { background-color: rgb(156,218,67); }
div.DivClassName
{
background-color: #9CDA43;
}
.BgClassName
{
background-color: #9CDA43;
}
</style>
border-color css
<style>
span { border-color: #9CDA43; }
span { border-color: rgb(156,218,67); }
td.TdClassName
{
border-color: #9CDA43;
}
.TagClassName
{
border-color: #9CDA43;
}
</style>