Shades of Atlantis #9ACF45
Tints of Atlantis #9ACF45
RGB
CMYK
RGB Variations
Color information
#9ACF45 (or 0x9ACF45) is known color: Atlantis. HEX triplet: 9A, CF and 45. RGB value is (154,207,69). Sum of RGB (Red+Green+Blue) = 154+207+69=430 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.81% from 430); Green value is 207 (81.25% from 255 or 48.14% from 430); Blue value is 69 (27.34% from 255 or 16.05% from 430); Max value from RGB is 207 - color contains mainly: green. Hex color #9ACF45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ACF45 is #6530BA. Grayscale: #AFAFAF. Windows color (decimal): -6631611 or 4575130. OLE color: 4575130.
HSL color Cylindrical-coordinate representation of color #9ACF45: hue angle of 83.04º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9ACF45 is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 207 | 69 | - |
| CMYK | 0.26 | 0 | 0.67 | 0.19 |
| HSL | 83.04º | 0.59% | 0.54% | - |
| HSV(B) | 83.04º | 0.67% | 0.81% | - |
| XYZ | 36.71 | 51.93 | 13.72 | - |
| YUV | 175.42 | 67.94 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 207 | 69 | 0.26 | 0 | 0.67 | 0.19 | 83.04 | 0.59 | 0.54 |
| Hex | 9A | CF | 45 | 1A | 0 | 43 | 13 | 53 | 3B | 36 |
| Octal | 232 | 317 | 105 | 32 | 0 | 103 | 23 | 123 | 73 | 66 |
| Binary | 10011010 | 11001111 | 1000101 | 11010 | 0 | 1000011 | 10011 | 1010011 | 111011 | 110110 |
Color Harmonies of #9ACF45
Complementary color
Monochromatic Colors of #9ACF45
Black with #9ACF45
Text Example
Text Example
White with #9ACF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACF45; }
p { color: rgb(154,207,69); }
H1.HeaderClassName
{
color: #9ACF45;
}
.AnyTagClassName
{
color: #9ACF45;
}
</style>
background-color css
<style>
a { background-color: #9ACF45; }
a { background-color: rgb(154,207,69); }
div.DivClassName
{
background-color: #9ACF45;
}
.BgClassName
{
background-color: #9ACF45;
}
</style>
border-color css
<style>
span { border-color: #9ACF45; }
span { border-color: rgb(154,207,69); }
td.TdClassName
{
border-color: #9ACF45;
}
.TagClassName
{
border-color: #9ACF45;
}
</style>