Shades of Shamrock #4AF09D
Tints of Shamrock #4AF09D
RGB
CMYK
RGB Variations
Color information
#4AF09D (or 0x4AF09D) is known color: Shamrock. HEX triplet: 4A, F0 and 9D. RGB value is (74,240,157). Sum of RGB (Red+Green+Blue) = 74+240+157=471 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.71% from 471); Green value is 240 (94.14% from 255 or 50.96% from 471); Blue value is 157 (61.72% from 255 or 33.33% from 471); Max value from RGB is 240 - color contains mainly: green. Hex color #4AF09D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AF09D is #B50F62. Grayscale: #B5B5B5. Windows color (decimal): -11865955 or 10350666. OLE color: 10350666.
HSL color Cylindrical-coordinate representation of color #4AF09D: hue angle of 150º 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 #4AF09D is Cyan = 0.69, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 74 | 240 | 157 | - |
| CMYK | 0.69 | 0 | 0.35 | 0.06 |
| HSL | 150º | 0.85% | 0.62% | - |
| HSV(B) | 150º | 0.69% | 0.94% | - |
| XYZ | 40.07 | 66.21 | 42.57 | - |
| YUV | 180.9 | 114.5 | 51.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 240 | 157 | 0.69 | 0 | 0.35 | 0.06 | 150 | 0.85 | 0.62 |
| Hex | 4A | F0 | 9D | 45 | 0 | 23 | 6 | 96 | 55 | 3E |
| Octal | 112 | 360 | 235 | 105 | 0 | 43 | 6 | 226 | 125 | 76 |
| Binary | 1001010 | 11110000 | 10011101 | 1000101 | 0 | 100011 | 110 | 10010110 | 1010101 | 111110 |
Color Harmonies of #4AF09D
Complementary color
Monochromatic Colors of #4AF09D
Black with #4AF09D
Text Example
Text Example
White with #4AF09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF09D; }
p { color: rgb(74,240,157); }
H1.HeaderClassName
{
color: #4AF09D;
}
.AnyTagClassName
{
color: #4AF09D;
}
</style>
background-color css
<style>
a { background-color: #4AF09D; }
a { background-color: rgb(74,240,157); }
div.DivClassName
{
background-color: #4AF09D;
}
.BgClassName
{
background-color: #4AF09D;
}
</style>
border-color css
<style>
span { border-color: #4AF09D; }
span { border-color: rgb(74,240,157); }
td.TdClassName
{
border-color: #4AF09D;
}
.TagClassName
{
border-color: #4AF09D;
}
</style>