Shades of Atlantis #9ACF3D
Tints of Atlantis #9ACF3D
RGB
CMYK
RGB Variations
Color information
#9ACF3D (or 0x9ACF3D) is known color: Atlantis. HEX triplet: 9A, CF and 3D. RGB value is (154,207,61). Sum of RGB (Red+Green+Blue) = 154+207+61=422 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.49% from 422); Green value is 207 (81.25% from 255 or 49.05% from 422); Blue value is 61 (24.22% from 255 or 14.45% from 422); Max value from RGB is 207 - color contains mainly: green. Hex color #9ACF3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ACF3D is #6530C2. Grayscale: #AFAFAF. Windows color (decimal): -6631619 or 4050842. OLE color: 4050842.
HSL color Cylindrical-coordinate representation of color #9ACF3D: hue angle of 81.78º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9ACF3D is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 207 | 61 | - |
| CMYK | 0.26 | 0 | 0.71 | 0.19 |
| HSL | 81.78º | 0.6% | 0.53% | - |
| HSV(B) | 81.78º | 0.71% | 0.81% | - |
| XYZ | 36.48 | 51.83 | 12.5 | - |
| YUV | 174.51 | 63.94 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 207 | 61 | 0.26 | 0 | 0.71 | 0.19 | 81.78 | 0.6 | 0.53 |
| Hex | 9A | CF | 3D | 1A | 0 | 47 | 13 | 52 | 3C | 35 |
| Octal | 232 | 317 | 75 | 32 | 0 | 107 | 23 | 122 | 74 | 65 |
| Binary | 10011010 | 11001111 | 111101 | 11010 | 0 | 1000111 | 10011 | 1010010 | 111100 | 110101 |
Color Harmonies of #9ACF3D
Complementary color
Monochromatic Colors of #9ACF3D
Black with #9ACF3D
Text Example
Text Example
White with #9ACF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACF3D; }
p { color: rgb(154,207,61); }
H1.HeaderClassName
{
color: #9ACF3D;
}
.AnyTagClassName
{
color: #9ACF3D;
}
</style>
background-color css
<style>
a { background-color: #9ACF3D; }
a { background-color: rgb(154,207,61); }
div.DivClassName
{
background-color: #9ACF3D;
}
.BgClassName
{
background-color: #9ACF3D;
}
</style>
border-color css
<style>
span { border-color: #9ACF3D; }
span { border-color: rgb(154,207,61); }
td.TdClassName
{
border-color: #9ACF3D;
}
.TagClassName
{
border-color: #9ACF3D;
}
</style>