Shades of Emerald #3AF069
Tints of Emerald #3AF069
RGB
CMYK
RGB Variations
Color information
#3AF069 (or 0x3AF069) is known color: Emerald. HEX triplet: 3A, F0 and 69. RGB value is (58,240,105). Sum of RGB (Red+Green+Blue) = 58+240+105=403 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.39% from 403); Green value is 240 (94.14% from 255 or 59.55% from 403); Blue value is 105 (41.41% from 255 or 26.05% from 403); Max value from RGB is 240 - color contains mainly: green. Hex color #3AF069 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AF069 is #C50F96. Grayscale: #AAAAAA. Windows color (decimal): -12914583 or 6942778. OLE color: 6942778.
HSL color Cylindrical-coordinate representation of color #3AF069: hue angle of 135.49º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF069 is Cyan = 0.76, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 58 | 240 | 105 | - |
| CMYK | 0.76 | 0 | 0.56 | 0.06 |
| HSL | 135.49º | 0.86% | 0.58% | - |
| HSV(B) | 135.49º | 0.76% | 0.94% | - |
| XYZ | 35.45 | 64.24 | 23.9 | - |
| YUV | 170.19 | 91.2 | 47.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 240 | 105 | 0.76 | 0 | 0.56 | 0.06 | 135.49 | 0.86 | 0.58 |
| Hex | 3A | F0 | 69 | 4C | 0 | 38 | 6 | 87 | 56 | 3A |
| Octal | 72 | 360 | 151 | 114 | 0 | 70 | 6 | 207 | 126 | 72 |
| Binary | 111010 | 11110000 | 1101001 | 1001100 | 0 | 111000 | 110 | 10000111 | 1010110 | 111010 |
Color Harmonies of #3AF069
Complementary color
Monochromatic Colors of #3AF069
Black with #3AF069
Text Example
Text Example
White with #3AF069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF069; }
p { color: rgb(58,240,105); }
H1.HeaderClassName
{
color: #3AF069;
}
.AnyTagClassName
{
color: #3AF069;
}
</style>
background-color css
<style>
a { background-color: #3AF069; }
a { background-color: rgb(58,240,105); }
div.DivClassName
{
background-color: #3AF069;
}
.BgClassName
{
background-color: #3AF069;
}
</style>
border-color css
<style>
span { border-color: #3AF069; }
span { border-color: rgb(58,240,105); }
td.TdClassName
{
border-color: #3AF069;
}
.TagClassName
{
border-color: #3AF069;
}
</style>