Shades of Atlantis #9AC64A
Tints of Atlantis #9AC64A
RGB
CMYK
RGB Variations
Color information
#9AC64A (or 0x9AC64A) is known color: Atlantis. HEX triplet: 9A, C6 and 4A. RGB value is (154,198,74). Sum of RGB (Red+Green+Blue) = 154+198+74=426 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.15% from 426); Green value is 198 (77.73% from 255 or 46.48% from 426); Blue value is 74 (29.30% from 255 or 17.37% from 426); Max value from RGB is 198 - color contains mainly: green. Hex color #9AC64A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AC64A is #6539B5. Grayscale: #ABABAB. Windows color (decimal): -6633910 or 4900506. OLE color: 4900506.
HSL color Cylindrical-coordinate representation of color #9AC64A: hue angle of 81.29º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9AC64A is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 154 | 198 | 74 | - |
| CMYK | 0.22 | 0 | 0.63 | 0.22 |
| HSL | 81.29º | 0.52% | 0.53% | - |
| HSV(B) | 81.29º | 0.63% | 0.78% | - |
| XYZ | 34.76 | 47.75 | 13.86 | - |
| YUV | 170.71 | 73.42 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 198 | 74 | 0.22 | 0 | 0.63 | 0.22 | 81.29 | 0.52 | 0.53 |
| Hex | 9A | C6 | 4A | 16 | 0 | 3F | 16 | 51 | 34 | 35 |
| Octal | 232 | 306 | 112 | 26 | 0 | 77 | 26 | 121 | 64 | 65 |
| Binary | 10011010 | 11000110 | 1001010 | 10110 | 0 | 111111 | 10110 | 1010001 | 110100 | 110101 |
Color Harmonies of #9AC64A
Complementary color
Monochromatic Colors of #9AC64A
Black with #9AC64A
Text Example
Text Example
White with #9AC64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC64A; }
p { color: rgb(154,198,74); }
H1.HeaderClassName
{
color: #9AC64A;
}
.AnyTagClassName
{
color: #9AC64A;
}
</style>
background-color css
<style>
a { background-color: #9AC64A; }
a { background-color: rgb(154,198,74); }
div.DivClassName
{
background-color: #9AC64A;
}
.BgClassName
{
background-color: #9AC64A;
}
</style>
border-color css
<style>
span { border-color: #9AC64A; }
span { border-color: rgb(154,198,74); }
td.TdClassName
{
border-color: #9AC64A;
}
.TagClassName
{
border-color: #9AC64A;
}
</style>