Shades of Atlantis #8AC242
Tints of Atlantis #8AC242
RGB
CMYK
RGB Variations
Color information
#8AC242 (or 0x8AC242) is known color: Atlantis. HEX triplet: 8A, C2 and 42. RGB value is (138,194,66). Sum of RGB (Red+Green+Blue) = 138+194+66=398 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.67% from 398); Green value is 194 (76.17% from 255 or 48.74% from 398); Blue value is 66 (26.17% from 255 or 16.58% from 398); Max value from RGB is 194 - color contains mainly: green. Hex color #8AC242 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC242 is #753DBD. Grayscale: #A3A3A3. Windows color (decimal): -7683518 or 4375178. OLE color: 4375178.
HSL color Cylindrical-coordinate representation of color #8AC242: hue angle of 86.25º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8AC242 is Cyan = 0.29, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 194 | 66 | - |
| CMYK | 0.29 | 0 | 0.66 | 0.24 |
| HSL | 86.25º | 0.51% | 0.51% | - |
| HSV(B) | 86.25º | 0.66% | 0.76% | - |
| XYZ | 30.76 | 44.38 | 12.1 | - |
| YUV | 162.66 | 73.45 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 194 | 66 | 0.29 | 0 | 0.66 | 0.24 | 86.25 | 0.51 | 0.51 |
| Hex | 8A | C2 | 42 | 1D | 0 | 42 | 18 | 56 | 33 | 33 |
| Octal | 212 | 302 | 102 | 35 | 0 | 102 | 30 | 126 | 63 | 63 |
| Binary | 10001010 | 11000010 | 1000010 | 11101 | 0 | 1000010 | 11000 | 1010110 | 110011 | 110011 |
Color Harmonies of #8AC242
Complementary color
Monochromatic Colors of #8AC242
Black with #8AC242
Text Example
Text Example
White with #8AC242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC242; }
p { color: rgb(138,194,66); }
H1.HeaderClassName
{
color: #8AC242;
}
.AnyTagClassName
{
color: #8AC242;
}
</style>
background-color css
<style>
a { background-color: #8AC242; }
a { background-color: rgb(138,194,66); }
div.DivClassName
{
background-color: #8AC242;
}
.BgClassName
{
background-color: #8AC242;
}
</style>
border-color css
<style>
span { border-color: #8AC242; }
span { border-color: rgb(138,194,66); }
td.TdClassName
{
border-color: #8AC242;
}
.TagClassName
{
border-color: #8AC242;
}
</style>