Shades of Inch Worm #92D602
Tints of Inch Worm #92D602
RGB
CMYK
RGB Variations
Color information
#92D602 (or 0x92D602) is known color: Inch Worm. HEX triplet: 92, D6 and 02. RGB value is (146,214,2). Sum of RGB (Red+Green+Blue) = 146+214+2=362 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.33% from 362); Green value is 214 (83.98% from 255 or 59.12% from 362); Blue value is 2 (1.17% from 255 or 0.55% from 362); Max value from RGB is 214 - color contains mainly: green. Hex color #92D602 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92D602 is #6D29FD. Grayscale: #AAAAAA. Windows color (decimal): -7154174 or 186002. OLE color: 186002.
HSL color Cylindrical-coordinate representation of color #92D602: hue angle of 79.25º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #92D602 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 146 | 214 | 2 | - |
| CMYK | 0.32 | 0 | 0.99 | 0.16 |
| HSL | 79.25º | 0.98% | 0.42% | - |
| HSV(B) | 79.25º | 0.99% | 0.84% | - |
| XYZ | 35.91 | 54.21 | 8.63 | - |
| YUV | 169.5 | 33.47 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 214 | 2 | 0.32 | 0 | 0.99 | 0.16 | 79.25 | 0.98 | 0.42 |
| Hex | 92 | D6 | 2 | 20 | 0 | 63 | 10 | 4F | 62 | 2A |
| Octal | 222 | 326 | 2 | 40 | 0 | 143 | 20 | 117 | 142 | 52 |
| Binary | 10010010 | 11010110 | 10 | 100000 | 0 | 1100011 | 10000 | 1001111 | 1100010 | 101010 |
Color Harmonies of #92D602
Complementary color
Monochromatic Colors of #92D602
Black with #92D602
Text Example
Text Example
White with #92D602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D602; }
p { color: rgb(146,214,2); }
H1.HeaderClassName
{
color: #92D602;
}
.AnyTagClassName
{
color: #92D602;
}
</style>
background-color css
<style>
a { background-color: #92D602; }
a { background-color: rgb(146,214,2); }
div.DivClassName
{
background-color: #92D602;
}
.BgClassName
{
background-color: #92D602;
}
</style>
border-color css
<style>
span { border-color: #92D602; }
span { border-color: rgb(146,214,2); }
td.TdClassName
{
border-color: #92D602;
}
.TagClassName
{
border-color: #92D602;
}
</style>