Shades of Atlantis #8AF13C
Tints of Atlantis #8AF13C
RGB
CMYK
RGB Variations
Color information
#8AF13C (or 0x8AF13C) is known color: Atlantis. HEX triplet: 8A, F1 and 3C. RGB value is (138,241,60). Sum of RGB (Red+Green+Blue) = 138+241+60=439 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.44% from 439); Green value is 241 (94.53% from 255 or 54.90% from 439); Blue value is 60 (23.83% from 255 or 13.67% from 439); Max value from RGB is 241 - color contains mainly: green. Hex color #8AF13C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF13C is #750EC3. Grayscale: #BEBEBE. Windows color (decimal): -7671492 or 3993994. OLE color: 3993994.
HSL color Cylindrical-coordinate representation of color #8AF13C: hue angle of 94.14º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8AF13C is Cyan = 0.43, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 241 | 60 | - |
| CMYK | 0.43 | 0 | 0.75 | 0.05 |
| HSL | 94.14º | 0.87% | 0.59% | - |
| HSV(B) | 94.14º | 0.75% | 0.95% | - |
| XYZ | 42.75 | 68.64 | 15.27 | - |
| YUV | 189.57 | 54.88 | 91.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 241 | 60 | 0.43 | 0 | 0.75 | 0.05 | 94.14 | 0.87 | 0.59 |
| Hex | 8A | F1 | 3C | 2B | 0 | 4B | 5 | 5E | 57 | 3B |
| Octal | 212 | 361 | 74 | 53 | 0 | 113 | 5 | 136 | 127 | 73 |
| Binary | 10001010 | 11110001 | 111100 | 101011 | 0 | 1001011 | 101 | 1011110 | 1010111 | 111011 |
Color Harmonies of #8AF13C
Complementary color
Monochromatic Colors of #8AF13C
Black with #8AF13C
Text Example
Text Example
White with #8AF13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF13C; }
p { color: rgb(138,241,60); }
H1.HeaderClassName
{
color: #8AF13C;
}
.AnyTagClassName
{
color: #8AF13C;
}
</style>
background-color css
<style>
a { background-color: #8AF13C; }
a { background-color: rgb(138,241,60); }
div.DivClassName
{
background-color: #8AF13C;
}
.BgClassName
{
background-color: #8AF13C;
}
</style>
border-color css
<style>
span { border-color: #8AF13C; }
span { border-color: rgb(138,241,60); }
td.TdClassName
{
border-color: #8AF13C;
}
.TagClassName
{
border-color: #8AF13C;
}
</style>