Shades of Atlantis #9ACD4C
Tints of Atlantis #9ACD4C
RGB
CMYK
RGB Variations
Color information
#9ACD4C (or 0x9ACD4C) is known color: Atlantis. HEX triplet: 9A, CD and 4C. RGB value is (154,205,76). Sum of RGB (Red+Green+Blue) = 154+205+76=435 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.40% from 435); Green value is 205 (80.47% from 255 or 47.13% from 435); Blue value is 76 (30.08% from 255 or 17.47% from 435); Max value from RGB is 205 - color contains mainly: green. Hex color #9ACD4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ACD4C is #6532B3. Grayscale: #AFAFAF. Windows color (decimal): -6632116 or 5033370. OLE color: 5033370.
HSL color Cylindrical-coordinate representation of color #9ACD4C: hue angle of 83.72º 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 #9ACD4C is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 205 | 76 | - |
| CMYK | 0.25 | 0 | 0.63 | 0.20 |
| HSL | 83.72º | 0.56% | 0.55% | - |
| HSV(B) | 83.72º | 0.63% | 0.8% | - |
| XYZ | 36.46 | 51.05 | 14.77 | - |
| YUV | 175.05 | 72.1 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 205 | 76 | 0.25 | 0 | 0.63 | 0.20 | 83.72 | 0.56 | 0.55 |
| Hex | 9A | CD | 4C | 19 | 0 | 3F | 14 | 54 | 38 | 37 |
| Octal | 232 | 315 | 114 | 31 | 0 | 77 | 24 | 124 | 70 | 67 |
| Binary | 10011010 | 11001101 | 1001100 | 11001 | 0 | 111111 | 10100 | 1010100 | 111000 | 110111 |
Color Harmonies of #9ACD4C
Complementary color
Monochromatic Colors of #9ACD4C
Black with #9ACD4C
Text Example
Text Example
White with #9ACD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACD4C; }
p { color: rgb(154,205,76); }
H1.HeaderClassName
{
color: #9ACD4C;
}
.AnyTagClassName
{
color: #9ACD4C;
}
</style>
background-color css
<style>
a { background-color: #9ACD4C; }
a { background-color: rgb(154,205,76); }
div.DivClassName
{
background-color: #9ACD4C;
}
.BgClassName
{
background-color: #9ACD4C;
}
</style>
border-color css
<style>
span { border-color: #9ACD4C; }
span { border-color: rgb(154,205,76); }
td.TdClassName
{
border-color: #9ACD4C;
}
.TagClassName
{
border-color: #9ACD4C;
}
</style>