Shades of Jade #19AF6A
Tints of Jade #19AF6A
RGB
CMYK
RGB Variations
Color information
#19AF6A (or 0x19AF6A) is known color: Jade. HEX triplet: 19, AF and 6A. RGB value is (25,175,106). Sum of RGB (Red+Green+Blue) = 25+175+106=306 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.17% from 306); Green value is 175 (68.75% from 255 or 57.19% from 306); Blue value is 106 (41.80% from 255 or 34.64% from 306); Max value from RGB is 175 - color contains mainly: green. Hex color #19AF6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19AF6A is #E65095. Grayscale: #7A7A7A. Windows color (decimal): -15093910 or 6991641. OLE color: 6991641.
HSL color Cylindrical-coordinate representation of color #19AF6A: hue angle of 152.4º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19AF6A is Cyan = 0.86, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 25 | 175 | 106 | - |
| CMYK | 0.86 | 0 | 0.39 | 0.31 |
| HSL | 152.4º | 0.75% | 0.39% | - |
| HSV(B) | 152.4º | 0.86% | 0.69% | - |
| XYZ | 18.33 | 31.91 | 18.83 | - |
| YUV | 122.28 | 118.81 | 58.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 175 | 106 | 0.86 | 0 | 0.39 | 0.31 | 152.4 | 0.75 | 0.39 |
| Hex | 19 | AF | 6A | 56 | 0 | 27 | 1F | 98 | 4B | 27 |
| Octal | 31 | 257 | 152 | 126 | 0 | 47 | 37 | 230 | 113 | 47 |
| Binary | 11001 | 10101111 | 1101010 | 1010110 | 0 | 100111 | 11111 | 10011000 | 1001011 | 100111 |
Color Harmonies of #19AF6A
Complementary color
Monochromatic Colors of #19AF6A
Black with #19AF6A
Text Example
Text Example
White with #19AF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AF6A; }
p { color: rgb(25,175,106); }
H1.HeaderClassName
{
color: #19AF6A;
}
.AnyTagClassName
{
color: #19AF6A;
}
</style>
background-color css
<style>
a { background-color: #19AF6A; }
a { background-color: rgb(25,175,106); }
div.DivClassName
{
background-color: #19AF6A;
}
.BgClassName
{
background-color: #19AF6A;
}
</style>
border-color css
<style>
span { border-color: #19AF6A; }
span { border-color: rgb(25,175,106); }
td.TdClassName
{
border-color: #19AF6A;
}
.TagClassName
{
border-color: #19AF6A;
}
</style>