Shades of Jade #0FA26E
Tints of Jade #0FA26E
RGB
CMYK
RGB Variations
Color information
#0FA26E (or 0x0FA26E) is known color: Jade. HEX triplet: 0F, A2 and 6E. RGB value is (15,162,110). Sum of RGB (Red+Green+Blue) = 15+162+110=287 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.23% from 287); Green value is 162 (63.67% from 255 or 56.45% from 287); Blue value is 110 (43.36% from 255 or 38.33% from 287); Max value from RGB is 162 - color contains mainly: green. Hex color #0FA26E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA26E is #F05D91. Grayscale: #707070. Windows color (decimal): -15752594 or 7250447. OLE color: 7250447.
HSL color Cylindrical-coordinate representation of color #0FA26E: hue angle of 158.78º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA26E is Cyan = 0.91, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 15 | 162 | 110 | - |
| CMYK | 0.91 | 0 | 0.32 | 0.36 |
| HSL | 158.78º | 0.83% | 0.35% | - |
| HSV(B) | 158.78º | 0.91% | 0.64% | - |
| XYZ | 15.93 | 27.07 | 19.14 | - |
| YUV | 112.12 | 126.8 | 58.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 162 | 110 | 0.91 | 0 | 0.32 | 0.36 | 158.78 | 0.83 | 0.35 |
| Hex | F | A2 | 6E | 5B | 0 | 20 | 24 | 9F | 53 | 23 |
| Octal | 17 | 242 | 156 | 133 | 0 | 40 | 44 | 237 | 123 | 43 |
| Binary | 1111 | 10100010 | 1101110 | 1011011 | 0 | 100000 | 100100 | 10011111 | 1010011 | 100011 |
Color Harmonies of #0FA26E
Complementary color
Monochromatic Colors of #0FA26E
Black with #0FA26E
Text Example
Text Example
White with #0FA26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA26E; }
p { color: rgb(15,162,110); }
H1.HeaderClassName
{
color: #0FA26E;
}
.AnyTagClassName
{
color: #0FA26E;
}
</style>
background-color css
<style>
a { background-color: #0FA26E; }
a { background-color: rgb(15,162,110); }
div.DivClassName
{
background-color: #0FA26E;
}
.BgClassName
{
background-color: #0FA26E;
}
</style>
border-color css
<style>
span { border-color: #0FA26E; }
span { border-color: rgb(15,162,110); }
td.TdClassName
{
border-color: #0FA26E;
}
.TagClassName
{
border-color: #0FA26E;
}
</style>