Shades of Kelly Green #26C008
Tints of Kelly Green #26C008
RGB
CMYK
RGB Variations
Color information
#26C008 (or 0x26C008) is known color: Kelly Green. HEX triplet: 26, C0 and 08. RGB value is (38,192,8). Sum of RGB (Red+Green+Blue) = 38+192+8=238 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.97% from 238); Green value is 192 (75.39% from 255 or 80.67% from 238); Blue value is 8 (3.52% from 255 or 3.36% from 238); Max value from RGB is 192 - color contains mainly: green. Hex color #26C008 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26C008 is #D93FF7. Grayscale: #7D7D7D. Windows color (decimal): -14237688 or 573478. OLE color: 573478.
HSL color Cylindrical-coordinate representation of color #26C008: hue angle of 110.22º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #26C008 is Cyan = 0.80, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 38 | 192 | 8 | - |
| CMYK | 0.80 | 0 | 0.96 | 0.25 |
| HSL | 110.22º | 0.92% | 0.39% | - |
| HSV(B) | 110.22º | 0.96% | 0.75% | - |
| XYZ | 19.69 | 38.13 | 6.55 | - |
| YUV | 124.98 | 61.98 | 65.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 192 | 8 | 0.80 | 0 | 0.96 | 0.25 | 110.22 | 0.92 | 0.39 |
| Hex | 26 | C0 | 8 | 50 | 0 | 60 | 19 | 6E | 5C | 27 |
| Octal | 46 | 300 | 10 | 120 | 0 | 140 | 31 | 156 | 134 | 47 |
| Binary | 100110 | 11000000 | 1000 | 1010000 | 0 | 1100000 | 11001 | 1101110 | 1011100 | 100111 |
Color Harmonies of #26C008
Complementary color
Monochromatic Colors of #26C008
Black with #26C008
Text Example
Text Example
White with #26C008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C008; }
p { color: rgb(38,192,8); }
H1.HeaderClassName
{
color: #26C008;
}
.AnyTagClassName
{
color: #26C008;
}
</style>
background-color css
<style>
a { background-color: #26C008; }
a { background-color: rgb(38,192,8); }
div.DivClassName
{
background-color: #26C008;
}
.BgClassName
{
background-color: #26C008;
}
</style>
border-color css
<style>
span { border-color: #26C008; }
span { border-color: rgb(38,192,8); }
td.TdClassName
{
border-color: #26C008;
}
.TagClassName
{
border-color: #26C008;
}
</style>