Shades of Atlantis #9ACF4F
Tints of Atlantis #9ACF4F
RGB
CMYK
RGB Variations
Color information
#9ACF4F (or 0x9ACF4F) is known color: Atlantis. HEX triplet: 9A, CF and 4F. RGB value is (154,207,79). Sum of RGB (Red+Green+Blue) = 154+207+79=440 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35% from 440); Green value is 207 (81.25% from 255 or 47.05% from 440); Blue value is 79 (31.25% from 255 or 17.95% from 440); Max value from RGB is 207 - color contains mainly: green. Hex color #9ACF4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACF4F is #6530B0. Grayscale: #B1B1B1. Windows color (decimal): -6631601 or 5230490. OLE color: 5230490.
HSL color Cylindrical-coordinate representation of color #9ACF4F: hue angle of 84.84º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9ACF4F is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 207 | 79 | - |
| CMYK | 0.26 | 0 | 0.62 | 0.19 |
| HSL | 84.84º | 0.57% | 0.56% | - |
| HSV(B) | 84.84º | 0.62% | 0.81% | - |
| XYZ | 37.05 | 52.06 | 15.49 | - |
| YUV | 176.56 | 72.94 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 207 | 79 | 0.26 | 0 | 0.62 | 0.19 | 84.84 | 0.57 | 0.56 |
| Hex | 9A | CF | 4F | 1A | 0 | 3E | 13 | 55 | 39 | 38 |
| Octal | 232 | 317 | 117 | 32 | 0 | 76 | 23 | 125 | 71 | 70 |
| Binary | 10011010 | 11001111 | 1001111 | 11010 | 0 | 111110 | 10011 | 1010101 | 111001 | 111000 |
Color Harmonies of #9ACF4F
Complementary color
Monochromatic Colors of #9ACF4F
Black with #9ACF4F
Text Example
Text Example
White with #9ACF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACF4F; }
p { color: rgb(154,207,79); }
H1.HeaderClassName
{
color: #9ACF4F;
}
.AnyTagClassName
{
color: #9ACF4F;
}
</style>
background-color css
<style>
a { background-color: #9ACF4F; }
a { background-color: rgb(154,207,79); }
div.DivClassName
{
background-color: #9ACF4F;
}
.BgClassName
{
background-color: #9ACF4F;
}
</style>
border-color css
<style>
span { border-color: #9ACF4F; }
span { border-color: rgb(154,207,79); }
td.TdClassName
{
border-color: #9ACF4F;
}
.TagClassName
{
border-color: #9ACF4F;
}
</style>