Shades of Shamrock #2AE69C
Tints of Shamrock #2AE69C
RGB
CMYK
RGB Variations
Color information
#2AE69C (or 0x2AE69C) is known color: Shamrock. HEX triplet: 2A, E6 and 9C. RGB value is (42,230,156). Sum of RGB (Red+Green+Blue) = 42+230+156=428 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.81% from 428); Green value is 230 (90.23% from 255 or 53.74% from 428); Blue value is 156 (61.33% from 255 or 36.45% from 428); Max value from RGB is 230 - color contains mainly: green. Hex color #2AE69C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AE69C is #D51963. Grayscale: #A5A5A5. Windows color (decimal): -13965668 or 10282538. OLE color: 10282538.
HSL color Cylindrical-coordinate representation of color #2AE69C: hue angle of 156.38º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AE69C is Cyan = 0.82, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 42 | 230 | 156 | - |
| CMYK | 0.82 | 0 | 0.32 | 0.10 |
| HSL | 156.38º | 0.79% | 0.53% | - |
| HSV(B) | 156.38º | 0.82% | 0.9% | - |
| XYZ | 35.25 | 59.49 | 41.08 | - |
| YUV | 165.35 | 122.72 | 40.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 230 | 156 | 0.82 | 0 | 0.32 | 0.10 | 156.38 | 0.79 | 0.53 |
| Hex | 2A | E6 | 9C | 52 | 0 | 20 | A | 9C | 4F | 35 |
| Octal | 52 | 346 | 234 | 122 | 0 | 40 | 12 | 234 | 117 | 65 |
| Binary | 101010 | 11100110 | 10011100 | 1010010 | 0 | 100000 | 1010 | 10011100 | 1001111 | 110101 |
Color Harmonies of #2AE69C
Complementary color
Monochromatic Colors of #2AE69C
Black with #2AE69C
Text Example
Text Example
White with #2AE69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE69C; }
p { color: rgb(42,230,156); }
H1.HeaderClassName
{
color: #2AE69C;
}
.AnyTagClassName
{
color: #2AE69C;
}
</style>
background-color css
<style>
a { background-color: #2AE69C; }
a { background-color: rgb(42,230,156); }
div.DivClassName
{
background-color: #2AE69C;
}
.BgClassName
{
background-color: #2AE69C;
}
</style>
border-color css
<style>
span { border-color: #2AE69C; }
span { border-color: rgb(42,230,156); }
td.TdClassName
{
border-color: #2AE69C;
}
.TagClassName
{
border-color: #2AE69C;
}
</style>