Shades of Inch Worm #C9DC12
Tints of Inch Worm #C9DC12
RGB
CMYK
RGB Variations
Color information
#C9DC12 (or 0xC9DC12) is known color: Inch Worm. HEX triplet: C9, DC and 12. RGB value is (201,220,18). Sum of RGB (Red+Green+Blue) = 201+220+18=439 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.79% from 439); Green value is 220 (86.33% from 255 or 50.11% from 439); Blue value is 18 (7.42% from 255 or 4.10% from 439); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DC12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9DC12 is #3623ED. Grayscale: #C0C0C0. Windows color (decimal): -3548142 or 1236169. OLE color: 1236169.
HSL color Cylindrical-coordinate representation of color #C9DC12: hue angle of 65.64º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C9DC12 is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 220 | 18 | - |
| CMYK | 0.09 | 0 | 0.92 | 0.14 |
| HSL | 65.64º | 0.85% | 0.47% | - |
| HSV(B) | 65.64º | 0.92% | 0.86% | - |
| XYZ | 49.79 | 63.65 | 10.23 | - |
| YUV | 191.29 | 30.21 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 220 | 18 | 0.09 | 0 | 0.92 | 0.14 | 65.64 | 0.85 | 0.47 |
| Hex | C9 | DC | 12 | 9 | 0 | 5C | E | 42 | 55 | 2F |
| Octal | 311 | 334 | 22 | 11 | 0 | 134 | 16 | 102 | 125 | 57 |
| Binary | 11001001 | 11011100 | 10010 | 1001 | 0 | 1011100 | 1110 | 1000010 | 1010101 | 101111 |
Color Harmonies of #C9DC12
Complementary color
Monochromatic Colors of #C9DC12
Black with #C9DC12
Text Example
Text Example
White with #C9DC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DC12; }
p { color: rgb(201,220,18); }
H1.HeaderClassName
{
color: #C9DC12;
}
.AnyTagClassName
{
color: #C9DC12;
}
</style>
background-color css
<style>
a { background-color: #C9DC12; }
a { background-color: rgb(201,220,18); }
div.DivClassName
{
background-color: #C9DC12;
}
.BgClassName
{
background-color: #C9DC12;
}
</style>
border-color css
<style>
span { border-color: #C9DC12; }
span { border-color: rgb(201,220,18); }
td.TdClassName
{
border-color: #C9DC12;
}
.TagClassName
{
border-color: #C9DC12;
}
</style>