Shades of Pigment Green #0DAE5B
Tints of Pigment Green #0DAE5B
RGB
CMYK
RGB Variations
Color information
#0DAE5B (or 0x0DAE5B) is known color: Pigment Green. HEX triplet: 0D, AE and 5B. RGB value is (13,174,91). Sum of RGB (Red+Green+Blue) = 13+174+91=278 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.68% from 278); Green value is 174 (68.36% from 255 or 62.59% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 174 - color contains mainly: green. Hex color #0DAE5B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAE5B is #F251A4. Grayscale: #747474. Windows color (decimal): -15880613 or 6008333. OLE color: 6008333.
HSL color Cylindrical-coordinate representation of color #0DAE5B: hue angle of 149.07º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DAE5B is Cyan = 0.93, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 174 | 91 | - |
| CMYK | 0.93 | 0 | 0.48 | 0.32 |
| HSL | 149.07º | 0.86% | 0.37% | - |
| HSV(B) | 149.07º | 0.93% | 0.68% | - |
| XYZ | 17.19 | 31.11 | 15 | - |
| YUV | 116.4 | 113.66 | 54.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 174 | 91 | 0.93 | 0 | 0.48 | 0.32 | 149.07 | 0.86 | 0.37 |
| Hex | D | AE | 5B | 5D | 0 | 30 | 20 | 95 | 56 | 25 |
| Octal | 15 | 256 | 133 | 135 | 0 | 60 | 40 | 225 | 126 | 45 |
| Binary | 1101 | 10101110 | 1011011 | 1011101 | 0 | 110000 | 100000 | 10010101 | 1010110 | 100101 |
Color Harmonies of #0DAE5B
Complementary color
Monochromatic Colors of #0DAE5B
Black with #0DAE5B
Text Example
Text Example
White with #0DAE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAE5B; }
p { color: rgb(13,174,91); }
H1.HeaderClassName
{
color: #0DAE5B;
}
.AnyTagClassName
{
color: #0DAE5B;
}
</style>
background-color css
<style>
a { background-color: #0DAE5B; }
a { background-color: rgb(13,174,91); }
div.DivClassName
{
background-color: #0DAE5B;
}
.BgClassName
{
background-color: #0DAE5B;
}
</style>
border-color css
<style>
span { border-color: #0DAE5B; }
span { border-color: rgb(13,174,91); }
td.TdClassName
{
border-color: #0DAE5B;
}
.TagClassName
{
border-color: #0DAE5B;
}
</style>