Shades of Shamrock #2AEF8C
Tints of Shamrock #2AEF8C
RGB
CMYK
RGB Variations
Color information
#2AEF8C (or 0x2AEF8C) is known color: Shamrock. HEX triplet: 2A, EF and 8C. RGB value is (42,239,140). Sum of RGB (Red+Green+Blue) = 42+239+140=421 (55% of max value = 765). Red value is 42 (16.80% from 255 or 9.98% from 421); Green value is 239 (93.75% from 255 or 56.77% from 421); Blue value is 140 (55.08% from 255 or 33.25% from 421); Max value from RGB is 239 - color contains mainly: green. Hex color #2AEF8C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AEF8C is #D51073. Grayscale: #A9A9A9. Windows color (decimal): -13963380 or 9236266. OLE color: 9236266.
HSL color Cylindrical-coordinate representation of color #2AEF8C: hue angle of 149.85º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AEF8C is Cyan = 0.82, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 42 | 239 | 140 | - |
| CMYK | 0.82 | 0 | 0.41 | 0.06 |
| HSL | 149.85º | 0.86% | 0.55% | - |
| HSV(B) | 149.85º | 0.82% | 0.94% | - |
| XYZ | 36.55 | 64.12 | 35.26 | - |
| YUV | 168.81 | 111.73 | 37.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 239 | 140 | 0.82 | 0 | 0.41 | 0.06 | 149.85 | 0.86 | 0.55 |
| Hex | 2A | EF | 8C | 52 | 0 | 29 | 6 | 96 | 56 | 37 |
| Octal | 52 | 357 | 214 | 122 | 0 | 51 | 6 | 226 | 126 | 67 |
| Binary | 101010 | 11101111 | 10001100 | 1010010 | 0 | 101001 | 110 | 10010110 | 1010110 | 110111 |
Color Harmonies of #2AEF8C
Complementary color
Monochromatic Colors of #2AEF8C
Black with #2AEF8C
Text Example
Text Example
White with #2AEF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEF8C; }
p { color: rgb(42,239,140); }
H1.HeaderClassName
{
color: #2AEF8C;
}
.AnyTagClassName
{
color: #2AEF8C;
}
</style>
background-color css
<style>
a { background-color: #2AEF8C; }
a { background-color: rgb(42,239,140); }
div.DivClassName
{
background-color: #2AEF8C;
}
.BgClassName
{
background-color: #2AEF8C;
}
</style>
border-color css
<style>
span { border-color: #2AEF8C; }
span { border-color: rgb(42,239,140); }
td.TdClassName
{
border-color: #2AEF8C;
}
.TagClassName
{
border-color: #2AEF8C;
}
</style>