Shades of Dark Pastel Green #13BE4A
Tints of Dark Pastel Green #13BE4A
RGB
CMYK
RGB Variations
Color information
#13BE4A (or 0x13BE4A) is known color: Dark Pastel Green. HEX triplet: 13, BE and 4A. RGB value is (19,190,74). Sum of RGB (Red+Green+Blue) = 19+190+74=283 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.71% from 283); Green value is 190 (74.61% from 255 or 67.14% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 190 - color contains mainly: green. Hex color #13BE4A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13BE4A is #EC41B5. Grayscale: #7D7D7D. Windows color (decimal): -15483318 or 4898323. OLE color: 4898323.
HSL color Cylindrical-coordinate representation of color #13BE4A: hue angle of 139.3º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BE4A is Cyan = 0.90, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 190 | 74 | - |
| CMYK | 0.90 | 0 | 0.61 | 0.25 |
| HSL | 139.3º | 0.82% | 0.41% | - |
| HSV(B) | 139.3º | 0.9% | 0.75% | - |
| XYZ | 19.92 | 37.46 | 12.66 | - |
| YUV | 125.65 | 98.85 | 51.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 190 | 74 | 0.90 | 0 | 0.61 | 0.25 | 139.3 | 0.82 | 0.41 |
| Hex | 13 | BE | 4A | 5A | 0 | 3D | 19 | 8B | 52 | 29 |
| Octal | 23 | 276 | 112 | 132 | 0 | 75 | 31 | 213 | 122 | 51 |
| Binary | 10011 | 10111110 | 1001010 | 1011010 | 0 | 111101 | 11001 | 10001011 | 1010010 | 101001 |
Color Harmonies of #13BE4A
Complementary color
Monochromatic Colors of #13BE4A
Black with #13BE4A
Text Example
Text Example
White with #13BE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BE4A; }
p { color: rgb(19,190,74); }
H1.HeaderClassName
{
color: #13BE4A;
}
.AnyTagClassName
{
color: #13BE4A;
}
</style>
background-color css
<style>
a { background-color: #13BE4A; }
a { background-color: rgb(19,190,74); }
div.DivClassName
{
background-color: #13BE4A;
}
.BgClassName
{
background-color: #13BE4A;
}
</style>
border-color css
<style>
span { border-color: #13BE4A; }
span { border-color: rgb(19,190,74); }
td.TdClassName
{
border-color: #13BE4A;
}
.TagClassName
{
border-color: #13BE4A;
}
</style>