Shades of Jade #1CAF67
Tints of Jade #1CAF67
RGB
CMYK
RGB Variations
Color information
#1CAF67 (or 0x1CAF67) is known color: Jade. HEX triplet: 1C, AF and 67. RGB value is (28,175,103). Sum of RGB (Red+Green+Blue) = 28+175+103=306 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.15% from 306); Green value is 175 (68.75% from 255 or 57.19% from 306); Blue value is 103 (40.62% from 255 or 33.66% from 306); Max value from RGB is 175 - color contains mainly: green. Hex color #1CAF67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CAF67 is #E35098. Grayscale: #7A7A7A. Windows color (decimal): -14897305 or 6795036. OLE color: 6795036.
HSL color Cylindrical-coordinate representation of color #1CAF67: hue angle of 150.61º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAF67 is Cyan = 0.84, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 28 | 175 | 103 | - |
| CMYK | 0.84 | 0 | 0.41 | 0.31 |
| HSL | 150.61º | 0.72% | 0.4% | - |
| HSV(B) | 150.61º | 0.84% | 0.69% | - |
| XYZ | 18.26 | 31.89 | 18.02 | - |
| YUV | 122.84 | 116.8 | 60.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 175 | 103 | 0.84 | 0 | 0.41 | 0.31 | 150.61 | 0.72 | 0.4 |
| Hex | 1C | AF | 67 | 54 | 0 | 29 | 1F | 97 | 48 | 28 |
| Octal | 34 | 257 | 147 | 124 | 0 | 51 | 37 | 227 | 110 | 50 |
| Binary | 11100 | 10101111 | 1100111 | 1010100 | 0 | 101001 | 11111 | 10010111 | 1001000 | 101000 |
Color Harmonies of #1CAF67
Complementary color
Monochromatic Colors of #1CAF67
Black with #1CAF67
Text Example
Text Example
White with #1CAF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAF67; }
p { color: rgb(28,175,103); }
H1.HeaderClassName
{
color: #1CAF67;
}
.AnyTagClassName
{
color: #1CAF67;
}
</style>
background-color css
<style>
a { background-color: #1CAF67; }
a { background-color: rgb(28,175,103); }
div.DivClassName
{
background-color: #1CAF67;
}
.BgClassName
{
background-color: #1CAF67;
}
</style>
border-color css
<style>
span { border-color: #1CAF67; }
span { border-color: rgb(28,175,103); }
td.TdClassName
{
border-color: #1CAF67;
}
.TagClassName
{
border-color: #1CAF67;
}
</style>