Shades of Jade #19AF6B
Tints of Jade #19AF6B
RGB
CMYK
RGB Variations
Color information
#19AF6B (or 0x19AF6B) is known color: Jade. HEX triplet: 19, AF and 6B. RGB value is (25,175,107). Sum of RGB (Red+Green+Blue) = 25+175+107=307 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.14% from 307); Green value is 175 (68.75% from 255 or 57.00% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 175 - color contains mainly: green. Hex color #19AF6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19AF6B is #E65094. Grayscale: #7A7A7A. Windows color (decimal): -15093909 or 7057177. OLE color: 7057177.
HSL color Cylindrical-coordinate representation of color #19AF6B: hue angle of 152.8º 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 #19AF6B is Cyan = 0.86, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 25 | 175 | 107 | - |
| CMYK | 0.86 | 0 | 0.39 | 0.31 |
| HSL | 152.8º | 0.75% | 0.39% | - |
| HSV(B) | 152.8º | 0.86% | 0.69% | - |
| XYZ | 18.38 | 31.93 | 19.1 | - |
| YUV | 122.4 | 119.31 | 58.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 175 | 107 | 0.86 | 0 | 0.39 | 0.31 | 152.8 | 0.75 | 0.39 |
| Hex | 19 | AF | 6B | 56 | 0 | 27 | 1F | 99 | 4B | 27 |
| Octal | 31 | 257 | 153 | 126 | 0 | 47 | 37 | 231 | 113 | 47 |
| Binary | 11001 | 10101111 | 1101011 | 1010110 | 0 | 100111 | 11111 | 10011001 | 1001011 | 100111 |
Color Harmonies of #19AF6B
Complementary color
Monochromatic Colors of #19AF6B
Black with #19AF6B
Text Example
Text Example
White with #19AF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AF6B; }
p { color: rgb(25,175,107); }
H1.HeaderClassName
{
color: #19AF6B;
}
.AnyTagClassName
{
color: #19AF6B;
}
</style>
background-color css
<style>
a { background-color: #19AF6B; }
a { background-color: rgb(25,175,107); }
div.DivClassName
{
background-color: #19AF6B;
}
.BgClassName
{
background-color: #19AF6B;
}
</style>
border-color css
<style>
span { border-color: #19AF6B; }
span { border-color: rgb(25,175,107); }
td.TdClassName
{
border-color: #19AF6B;
}
.TagClassName
{
border-color: #19AF6B;
}
</style>