Shades of Shamrock #4AF092
Tints of Shamrock #4AF092
RGB
CMYK
RGB Variations
Color information
#4AF092 (or 0x4AF092) is known color: Shamrock. HEX triplet: 4A, F0 and 92. RGB value is (74,240,146). Sum of RGB (Red+Green+Blue) = 74+240+146=460 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.09% from 460); Green value is 240 (94.14% from 255 or 52.17% from 460); Blue value is 146 (57.42% from 255 or 31.74% from 460); Max value from RGB is 240 - color contains mainly: green. Hex color #4AF092 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AF092 is #B50F6D. Grayscale: #B3B3B3. Windows color (decimal): -11865966 or 9629770. OLE color: 9629770.
HSL color Cylindrical-coordinate representation of color #4AF092: hue angle of 146.02º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AF092 is Cyan = 0.69, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 74 | 240 | 146 | - |
| CMYK | 0.69 | 0 | 0.39 | 0.06 |
| HSL | 146.02º | 0.85% | 0.62% | - |
| HSV(B) | 146.02º | 0.69% | 0.94% | - |
| XYZ | 39.17 | 65.85 | 37.84 | - |
| YUV | 179.65 | 109 | 52.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 240 | 146 | 0.69 | 0 | 0.39 | 0.06 | 146.02 | 0.85 | 0.62 |
| Hex | 4A | F0 | 92 | 45 | 0 | 27 | 6 | 92 | 55 | 3E |
| Octal | 112 | 360 | 222 | 105 | 0 | 47 | 6 | 222 | 125 | 76 |
| Binary | 1001010 | 11110000 | 10010010 | 1000101 | 0 | 100111 | 110 | 10010010 | 1010101 | 111110 |
Color Harmonies of #4AF092
Complementary color
Monochromatic Colors of #4AF092
Black with #4AF092
Text Example
Text Example
White with #4AF092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF092; }
p { color: rgb(74,240,146); }
H1.HeaderClassName
{
color: #4AF092;
}
.AnyTagClassName
{
color: #4AF092;
}
</style>
background-color css
<style>
a { background-color: #4AF092; }
a { background-color: rgb(74,240,146); }
div.DivClassName
{
background-color: #4AF092;
}
.BgClassName
{
background-color: #4AF092;
}
</style>
border-color css
<style>
span { border-color: #4AF092; }
span { border-color: rgb(74,240,146); }
td.TdClassName
{
border-color: #4AF092;
}
.TagClassName
{
border-color: #4AF092;
}
</style>