Shades of Mountain Meadow #02C27E
Tints of Mountain Meadow #02C27E
RGB
CMYK
RGB Variations
Color information
#02C27E (or 0x02C27E) is known color: Mountain Meadow. HEX triplet: 02, C2 and 7E. RGB value is (2,194,126). Sum of RGB (Red+Green+Blue) = 2+194+126=322 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 322); Green value is 194 (76.17% from 255 or 60.25% from 322); Blue value is 126 (49.61% from 255 or 39.13% from 322); Max value from RGB is 194 - color contains mainly: green. Hex color #02C27E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C27E is #FD3D81. Grayscale: #808080. Windows color (decimal): -16596354 or 8307202. OLE color: 8307202.
HSL color Cylindrical-coordinate representation of color #02C27E: hue angle of 158.75º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C27E is Cyan = 0.99, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 194 | 126 | - |
| CMYK | 0.99 | 0 | 0.35 | 0.24 |
| HSL | 158.75º | 0.98% | 0.38% | - |
| HSV(B) | 158.75º | 0.99% | 0.76% | - |
| XYZ | 23.08 | 40.1 | 26.26 | - |
| YUV | 128.84 | 126.39 | 37.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 194 | 126 | 0.99 | 0 | 0.35 | 0.24 | 158.75 | 0.98 | 0.38 |
| Hex | 2 | C2 | 7E | 63 | 0 | 23 | 18 | 9F | 62 | 26 |
| Octal | 2 | 302 | 176 | 143 | 0 | 43 | 30 | 237 | 142 | 46 |
| Binary | 10 | 11000010 | 1111110 | 1100011 | 0 | 100011 | 11000 | 10011111 | 1100010 | 100110 |
Color Harmonies of #02C27E
Complementary color
Monochromatic Colors of #02C27E
Black with #02C27E
Text Example
Text Example
White with #02C27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C27E; }
p { color: rgb(2,194,126); }
H1.HeaderClassName
{
color: #02C27E;
}
.AnyTagClassName
{
color: #02C27E;
}
</style>
background-color css
<style>
a { background-color: #02C27E; }
a { background-color: rgb(2,194,126); }
div.DivClassName
{
background-color: #02C27E;
}
.BgClassName
{
background-color: #02C27E;
}
</style>
border-color css
<style>
span { border-color: #02C27E; }
span { border-color: rgb(2,194,126); }
td.TdClassName
{
border-color: #02C27E;
}
.TagClassName
{
border-color: #02C27E;
}
</style>