Shades of Chateau Green #26AD50
Tints of Chateau Green #26AD50
RGB
CMYK
RGB Variations
Color information
#26AD50 (or 0x26AD50) is known color: Chateau Green. HEX triplet: 26, AD and 50. RGB value is (38,173,80). Sum of RGB (Red+Green+Blue) = 38+173+80=291 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.06% from 291); Green value is 173 (67.97% from 255 or 59.45% from 291); Blue value is 80 (31.64% from 255 or 27.49% from 291); Max value from RGB is 173 - color contains mainly: green. Hex color #26AD50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26AD50 is #D952AF. Grayscale: #7A7A7A. Windows color (decimal): -14242480 or 5287206. OLE color: 5287206.
HSL color Cylindrical-coordinate representation of color #26AD50: hue angle of 138.67º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #26AD50 is Cyan = 0.78, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 38 | 173 | 80 | - |
| CMYK | 0.78 | 0 | 0.54 | 0.32 |
| HSL | 138.67º | 0.64% | 0.41% | - |
| HSV(B) | 138.67º | 0.78% | 0.68% | - |
| XYZ | 17.19 | 30.88 | 12.64 | - |
| YUV | 122.03 | 104.27 | 68.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 173 | 80 | 0.78 | 0 | 0.54 | 0.32 | 138.67 | 0.64 | 0.41 |
| Hex | 26 | AD | 50 | 4E | 0 | 36 | 20 | 8B | 40 | 29 |
| Octal | 46 | 255 | 120 | 116 | 0 | 66 | 40 | 213 | 100 | 51 |
| Binary | 100110 | 10101101 | 1010000 | 1001110 | 0 | 110110 | 100000 | 10001011 | 1000000 | 101001 |
Color Harmonies of #26AD50
Complementary color
Monochromatic Colors of #26AD50
Black with #26AD50
Text Example
Text Example
White with #26AD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26AD50; }
p { color: rgb(38,173,80); }
H1.HeaderClassName
{
color: #26AD50;
}
.AnyTagClassName
{
color: #26AD50;
}
</style>
background-color css
<style>
a { background-color: #26AD50; }
a { background-color: rgb(38,173,80); }
div.DivClassName
{
background-color: #26AD50;
}
.BgClassName
{
background-color: #26AD50;
}
</style>
border-color css
<style>
span { border-color: #26AD50; }
span { border-color: rgb(38,173,80); }
td.TdClassName
{
border-color: #26AD50;
}
.TagClassName
{
border-color: #26AD50;
}
</style>