Shades of Atlantis #9ACD3A
Tints of Atlantis #9ACD3A
RGB
CMYK
RGB Variations
Color information
#9ACD3A (or 0x9ACD3A) is known color: Atlantis. HEX triplet: 9A, CD and 3A. RGB value is (154,205,58). Sum of RGB (Red+Green+Blue) = 154+205+58=417 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.93% from 417); Green value is 205 (80.47% from 255 or 49.16% from 417); Blue value is 58 (23.05% from 255 or 13.91% from 417); Max value from RGB is 205 - color contains mainly: green. Hex color #9ACD3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ACD3A is #6532C5. Grayscale: #ADADAD. Windows color (decimal): -6632134 or 3853722. OLE color: 3853722.
HSL color Cylindrical-coordinate representation of color #9ACD3A: hue angle of 80.82º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9ACD3A is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 205 | 58 | - |
| CMYK | 0.25 | 0 | 0.72 | 0.20 |
| HSL | 80.82º | 0.6% | 0.52% | - |
| HSV(B) | 80.82º | 0.72% | 0.8% | - |
| XYZ | 35.92 | 50.84 | 11.92 | - |
| YUV | 172.99 | 63.1 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 205 | 58 | 0.25 | 0 | 0.72 | 0.20 | 80.82 | 0.6 | 0.52 |
| Hex | 9A | CD | 3A | 19 | 0 | 48 | 14 | 51 | 3C | 34 |
| Octal | 232 | 315 | 72 | 31 | 0 | 110 | 24 | 121 | 74 | 64 |
| Binary | 10011010 | 11001101 | 111010 | 11001 | 0 | 1001000 | 10100 | 1010001 | 111100 | 110100 |
Color Harmonies of #9ACD3A
Complementary color
Monochromatic Colors of #9ACD3A
Black with #9ACD3A
Text Example
Text Example
White with #9ACD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACD3A; }
p { color: rgb(154,205,58); }
H1.HeaderClassName
{
color: #9ACD3A;
}
.AnyTagClassName
{
color: #9ACD3A;
}
</style>
background-color css
<style>
a { background-color: #9ACD3A; }
a { background-color: rgb(154,205,58); }
div.DivClassName
{
background-color: #9ACD3A;
}
.BgClassName
{
background-color: #9ACD3A;
}
</style>
border-color css
<style>
span { border-color: #9ACD3A; }
span { border-color: rgb(154,205,58); }
td.TdClassName
{
border-color: #9ACD3A;
}
.TagClassName
{
border-color: #9ACD3A;
}
</style>