Shades of Malachite #27F269
Tints of Malachite #27F269
RGB
CMYK
RGB Variations
Color information
#27F269 (or 0x27F269) is known color: Malachite. HEX triplet: 27, F2 and 69. RGB value is (39,242,105). Sum of RGB (Red+Green+Blue) = 39+242+105=386 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10.10% from 386); Green value is 242 (94.92% from 255 or 62.69% from 386); Blue value is 105 (41.41% from 255 or 27.20% from 386); Max value from RGB is 242 - color contains mainly: green. Hex color #27F269 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #27F269 is #D80D96. Grayscale: #A6A6A6. Windows color (decimal): -14159255 or 6943271. OLE color: 6943271.
HSL color Cylindrical-coordinate representation of color #27F269: hue angle of 139.51º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27F269 is Cyan = 0.84, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 39 | 242 | 105 | - |
| CMYK | 0.84 | 0 | 0.57 | 0.05 |
| HSL | 139.51º | 0.89% | 0.55% | - |
| HSV(B) | 139.51º | 0.84% | 0.95% | - |
| XYZ | 35.14 | 64.96 | 24.05 | - |
| YUV | 165.69 | 93.75 | 37.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 242 | 105 | 0.84 | 0 | 0.57 | 0.05 | 139.51 | 0.89 | 0.55 |
| Hex | 27 | F2 | 69 | 54 | 0 | 39 | 5 | 8C | 59 | 37 |
| Octal | 47 | 362 | 151 | 124 | 0 | 71 | 5 | 214 | 131 | 67 |
| Binary | 100111 | 11110010 | 1101001 | 1010100 | 0 | 111001 | 101 | 10001100 | 1011001 | 110111 |
Color Harmonies of #27F269
Complementary color
Monochromatic Colors of #27F269
Black with #27F269
Text Example
Text Example
White with #27F269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27F269; }
p { color: rgb(39,242,105); }
H1.HeaderClassName
{
color: #27F269;
}
.AnyTagClassName
{
color: #27F269;
}
</style>
background-color css
<style>
a { background-color: #27F269; }
a { background-color: rgb(39,242,105); }
div.DivClassName
{
background-color: #27F269;
}
.BgClassName
{
background-color: #27F269;
}
</style>
border-color css
<style>
span { border-color: #27F269; }
span { border-color: rgb(39,242,105); }
td.TdClassName
{
border-color: #27F269;
}
.TagClassName
{
border-color: #27F269;
}
</style>