Shades of Atlantis #9AC83E
Tints of Atlantis #9AC83E
RGB
CMYK
RGB Variations
Color information
#9AC83E (or 0x9AC83E) is known color: Atlantis. HEX triplet: 9A, C8 and 3E. RGB value is (154,200,62). Sum of RGB (Red+Green+Blue) = 154+200+62=416 (55% of max value = 765). Red value is 154 (60.55% from 255 or 37.02% from 416); Green value is 200 (78.52% from 255 or 48.08% from 416); Blue value is 62 (24.61% from 255 or 14.90% from 416); Max value from RGB is 200 - color contains mainly: green. Hex color #9AC83E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AC83E is #6537C1. Grayscale: #ABABAB. Windows color (decimal): -6633410 or 4114586. OLE color: 4114586.
HSL color Cylindrical-coordinate representation of color #9AC83E: hue angle of 80º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9AC83E is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 154 | 200 | 62 | - |
| CMYK | 0.23 | 0 | 0.69 | 0.22 |
| HSL | 80º | 0.56% | 0.51% | - |
| HSV(B) | 80º | 0.69% | 0.78% | - |
| XYZ | 34.85 | 48.53 | 12.09 | - |
| YUV | 170.51 | 66.76 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 200 | 62 | 0.23 | 0 | 0.69 | 0.22 | 80 | 0.56 | 0.51 |
| Hex | 9A | C8 | 3E | 17 | 0 | 45 | 16 | 50 | 38 | 33 |
| Octal | 232 | 310 | 76 | 27 | 0 | 105 | 26 | 120 | 70 | 63 |
| Binary | 10011010 | 11001000 | 111110 | 10111 | 0 | 1000101 | 10110 | 1010000 | 111000 | 110011 |
Color Harmonies of #9AC83E
Complementary color
Monochromatic Colors of #9AC83E
Black with #9AC83E
Text Example
Text Example
White with #9AC83E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC83E; }
p { color: rgb(154,200,62); }
H1.HeaderClassName
{
color: #9AC83E;
}
.AnyTagClassName
{
color: #9AC83E;
}
</style>
background-color css
<style>
a { background-color: #9AC83E; }
a { background-color: rgb(154,200,62); }
div.DivClassName
{
background-color: #9AC83E;
}
.BgClassName
{
background-color: #9AC83E;
}
</style>
border-color css
<style>
span { border-color: #9AC83E; }
span { border-color: rgb(154,200,62); }
td.TdClassName
{
border-color: #9AC83E;
}
.TagClassName
{
border-color: #9AC83E;
}
</style>