#92DE10

Color #92DE10 Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #92DE10

Tints of Inch Worm #92DE10

Color information

#92DE10 (or 0x92DE10) is unknown color: approx Inch Worm. HEX triplet: 92, DE and 10. RGB value is (146,222,16). Sum of RGB (Red+Green+Blue) = 146+222+16=384 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.02% from 384); Green value is 222 (87.11% from 255 or 57.81% from 384); Blue value is 16 (6.64% from 255 or 4.17% from 384); Max value from RGB is 222 - color contains mainly: green. Hex color #92DE10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92DE10 is #6D21EF. Grayscale: #B0B0B0. Windows color (decimal): -7152112 or 1105554. OLE color: 1105554.

HSL color Cylindrical-coordinate representation of color #92DE10: hue angle of 82.14º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #92DE10 is Cyan = 0.34, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB14622216-
CMYK0.3400.930.13
HSL82.14º86.55%46.67%-
HSV(B)82.14º92.79%87.06%-
XYZ38.0758.399.75-
YUV175.7937.82106.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 146 (57.42% from 255) = 38.02%
GREEN value IS 222 (87.11% from 255) = 57.81%
BLUE value IS 16 (6.64% from 255) = 4.17%
R=38.02%
G=57.81%
B=4.17%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal146222160.3400.930.1382.1486.5546.67
Hex92DE102205DD52572f
Octal222336204201351512212757
Binary10010010110111101000010001001011101110110100101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DE10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92DE10; }

 p { color: rgb(146,222,16); }

 H1.HeaderClassName
 {
   color: #92DE10;
 }
 .AnyTagClassName
 {
   color: #92DE10;
 }
</style>
background-color css

<style>
 a { background-color: #92DE10; }

 a { background-color: rgb(146,222,16); }

 div.DivClassName
 {
   background-color: #92DE10;
 }
 .BgClassName
 {
   background-color: #92DE10;
 }
</style>
border-color css

<style>
 span { border-color: #92DE10; }

 span { border-color: rgb(146,222,16); }

 td.TdClassName
 {
   border-color: #92DE10;
 }
 .TagClassName
 {
   border-color: #92DE10;
 }
</style>