Shades of Atlantis #9AC045
Tints of Atlantis #9AC045
RGB
CMYK
RGB Variations
Color information
#9AC045 (or 0x9AC045) is known color: Atlantis. HEX triplet: 9A, C0 and 45. RGB value is (154,192,69). Sum of RGB (Red+Green+Blue) = 154+192+69=415 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.11% from 415); Green value is 192 (75.39% from 255 or 46.27% from 415); Blue value is 69 (27.34% from 255 or 16.63% from 415); Max value from RGB is 192 - color contains mainly: green. Hex color #9AC045 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AC045 is #653FBA. Grayscale: #A7A7A7. Windows color (decimal): -6635451 or 4571290. OLE color: 4571290.
HSL color Cylindrical-coordinate representation of color #9AC045: hue angle of 78.54º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9AC045 is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 192 | 69 | - |
| CMYK | 0.20 | 0 | 0.64 | 0.25 |
| HSL | 78.54º | 0.49% | 0.51% | - |
| HSV(B) | 78.54º | 0.64% | 0.75% | - |
| XYZ | 33.25 | 45 | 12.56 | - |
| YUV | 166.62 | 72.91 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 192 | 69 | 0.20 | 0 | 0.64 | 0.25 | 78.54 | 0.49 | 0.51 |
| Hex | 9A | C0 | 45 | 14 | 0 | 40 | 19 | 4F | 31 | 33 |
| Octal | 232 | 300 | 105 | 24 | 0 | 100 | 31 | 117 | 61 | 63 |
| Binary | 10011010 | 11000000 | 1000101 | 10100 | 0 | 1000000 | 11001 | 1001111 | 110001 | 110011 |
Color Harmonies of #9AC045
Complementary color
Monochromatic Colors of #9AC045
Black with #9AC045
Text Example
Text Example
White with #9AC045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC045; }
p { color: rgb(154,192,69); }
H1.HeaderClassName
{
color: #9AC045;
}
.AnyTagClassName
{
color: #9AC045;
}
</style>
background-color css
<style>
a { background-color: #9AC045; }
a { background-color: rgb(154,192,69); }
div.DivClassName
{
background-color: #9AC045;
}
.BgClassName
{
background-color: #9AC045;
}
</style>
border-color css
<style>
span { border-color: #9AC045; }
span { border-color: rgb(154,192,69); }
td.TdClassName
{
border-color: #9AC045;
}
.TagClassName
{
border-color: #9AC045;
}
</style>